Skip to content

Commit

Permalink
fix: use poetry run command
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelrince committed Apr 18, 2024
1 parent dda9e17 commit 77316e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:

# deploy github pages
- name: Deploy GitHub Pages
run: mkdocs gh-deploy --force
run: poetry run mkdocs gh-deploy --force

0 comments on commit 77316e7

Please sign in to comment.