Skip to content

Commit

Permalink
fix poetry install for docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbc committed Jul 3, 2024
1 parent 7af0b1e commit 2659f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-static-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: |
poetry install
poetry install --with doc --extras scripts
- name: Build documentation
run: |
poetry run mkdocs build
Expand Down

0 comments on commit 2659f05

Please sign in to comment.