Skip to content

Commit

Permalink
fix: moves to poetry entirely for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
devraj committed Jun 28, 2024
1 parent 5e4e37c commit 7e6a70f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install mkdocs
- run: pip install mkdocs-material
- run: pip install mkdocs-typer
- run: pip install poetry
- run: poetry install
- run: cd docs && mkdocs gh-deploy --force --clean --verbose
- run: cd docs && poetry run mkdocs gh-deploy --force --clean --verbose

0 comments on commit 7e6a70f

Please sign in to comment.