Skip to content

Commit e5246e6

Browse files
committed
amending workflow
1 parent a48184f commit e5246e6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/sphinx.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Build HTML
17-
uses: ammaraskar/sphinx-action@master
17+
uses: ammaraskar/[email protected]
18+
with:
19+
prebuild_command: |
20+
pip install -e ".[doc]"
1821
- name: Upload artifacts
1922
uses: actions/upload-artifact@v4
2023
with:

0 commit comments

Comments
 (0)