Skip to content

Commit

Permalink
fix: reference to local package for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
devraj committed Jun 28, 2024
1 parent fea6cf2 commit 082ed78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
- run: pip install mkdocs
- run: pip install mkdocs-material
- run: pip install mkdocs-typer
- run: poetry install
- run: pip install .
- run: cd docs && mkdocs gh-deploy --force --clean --verbose

0 comments on commit 082ed78

Please sign in to comment.