Skip to content

Commit

Permalink
Add missing package to build doc
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMili committed Dec 11, 2024
1 parent d8970a6 commit 89c4662
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install -r requirements-docs.txt
- run: pip install -r requirements-docs.txt
- run: pip install .
- run: mkdocs gh-deploy --force

0 comments on commit 89c4662

Please sign in to comment.