Skip to content

Commit

Permalink
fix: deploy-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach authored Nov 24, 2024
1 parent 954d9e0 commit fe73367
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download source
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Crystal
uses: oprypin/install-crystal@v1
uses: crystal-lang/install-crystal@v1
- uses: actions/setup-python@v5
with:
crystal: nightly
- name: Install Python
uses: actions/setup-python@v2
- name: Install Python libs
run: pip install --no-deps -r requirements.txt
python-version: 3.x
- run: pip install -r requirements.txt
- name: Install Crystal libs
run: shards install
- name: Build site
Expand Down

0 comments on commit fe73367

Please sign in to comment.