Skip to content

Commit

Permalink
fix: move to using poetry for docs install
Browse files Browse the repository at this point in the history
  • Loading branch information
devraj committed Jun 28, 2024
1 parent 0f323d1 commit 5e4e37c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ jobs:
- run: pip install mkdocs
- run: pip install mkdocs-material
- run: pip install mkdocs-typer
- run: pip install .
- run: pip install poetry
- run: poetry install
- run: cd docs && mkdocs gh-deploy --force --clean --verbose

0 comments on commit 5e4e37c

Please sign in to comment.