Skip to content

Commit

Permalink
amending workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinhaenn committed Nov 13, 2024
1 parent a48184f commit e5246e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build HTML
uses: ammaraskar/sphinx-action@master
uses: ammaraskar/sphinx-action@8.1.3
with:
prebuild_command: |
pip install -e ".[doc]"
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit e5246e6

Please sign in to comment.