Skip to content

Commit

Permalink
Prepend commands with poetry run
Browse files Browse the repository at this point in the history
  • Loading branch information
caufieldjh committed May 12, 2023
1 parent 97dd19f commit ee5b0b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
- name: Create local docs
run: |
touch docs/.nojekyll
make all_docs
make gh-deploy
poetry run make all_docs
poetry run make gh-deploy

0 comments on commit ee5b0b7

Please sign in to comment.