Skip to content

Commit

Permalink
fix docs ci (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Oct 17, 2023
1 parent 2bf22f6 commit 0683038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
run: poetry install --no-interaction

- name: Deploy docs
run: mkdocs gh-deploy --force
run: poetry run mkdocs gh-deploy --force

0 comments on commit 0683038

Please sign in to comment.