Skip to content

Commit

Permalink
github: Run docs script through poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
noc0lour committed Jan 4, 2025
1 parent 46967db commit 41900cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
poetry install --with=dev
- name: Rebuild documentation
run: |
docs/make-docs.sh
poetry run docs/make-docs.sh
- name: Cache documentation directory
uses: actions/cache/save@v3
with:
Expand Down

0 comments on commit 41900cd

Please sign in to comment.