Skip to content

Commit

Permalink
Merge pull request #20 from PhilipMathieu/showcase
Browse files Browse the repository at this point in the history
Fix issue with installing docs dependencies
  • Loading branch information
PhilipMathieu authored Apr 7, 2024
2 parents 9c2d753 + e19e05a commit 8f6100f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: pip install .[docs]
- run: mkdocs gh-deploy --force

0 comments on commit 8f6100f

Please sign in to comment.