Skip to content

Commit

Permalink
fix: Use Poetry Virtualenv during Docs Build GHA (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
John-peterson-coinbase authored Dec 6, 2024
1 parent 9d9f521 commit 018313a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Release to PyPI

on:
workflow_dispatch:
release:
types: [published]

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
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 018313a

Please sign in to comment.