Skip to content

Commit

Permalink
Fix GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Jun 10, 2024
1 parent cab9a1a commit 5a79ffc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache: pip

- name: Update other-packages task list
- run: python docs/_tasks/generate_list.py
run: python docs/_tasks/generate_list.py

- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
Expand All @@ -44,7 +44,7 @@ jobs:
cache: pip

- name: Update other-packages task list
- run: python docs/_tasks/generate_list.py
run: python docs/_tasks/generate_list.py

- name: Install dependencies
run: python -m pip install -r docs/doc-requirements.txt
Expand Down

0 comments on commit 5a79ffc

Please sign in to comment.