Skip to content

Commit d13a272

Browse files
committed
fix issue building docs
1 parent 74b09db commit d13a272

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/sphinx.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Build HTML
17-
uses: ammaraskar/[email protected]
18-
with:
19-
pre-build-command: |
17+
shell: bash
18+
run: |
2019
sudo apt-get update
2120
sudo apt-get install build-essential
2221
pip install --upgrade pip
2322
pip install -e ".[doc]"
23+
pushd docs
24+
make html
25+
popd
2426
- name: Upload artifacts
2527
uses: actions/upload-artifact@v4
2628
with:

0 commit comments

Comments
 (0)