Skip to content

Commit

Permalink
fix: Run commands inside poetry virtualenv (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
John-peterson-coinbase authored Nov 6, 2024
1 parent 2cbd20f commit 7705b20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:

- name: Build Sphinx Documentation
run: |
make docs
poetry run make docs
cd docs
make html
poetry run make html
- name: Deploy to Github Pages
uses: peaceiris/actions-gh-pages@v4
Expand Down Expand Up @@ -84,9 +84,9 @@ jobs:

- name: Build Sphinx Documentation
run: |
make docs
poetry run make docs
cd docs
make html
poetry run make html
- name: Deploy to Github Pages
uses: peaceiris/actions-gh-pages@v4
Expand Down

0 comments on commit 7705b20

Please sign in to comment.