Skip to content

Commit

Permalink
use poetry to run mkdocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
zsimjee committed Nov 29, 2023
1 parent 82b4a2e commit 6bfce78
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 @@ -39,7 +39,7 @@ jobs:
- name: Install dependencies
run: poetry install --with docs
- name: Build
run: mkdocs build
run: poetry run mkdocs build
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit 6bfce78

Please sign in to comment.