Skip to content

Commit 6ae246f

Browse files
authored
Update docs.yml workflow.
1 parent 11a4f78 commit 6ae246f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Build HTML
2020
uses: ammaraskar/sphinx-action@7.0.0
2121
with:
22-
build-command: "sphinx-multiversion source build/html"
22+
build-command: "sphinx-multiversion source build/html -e"
2323

2424
- name: Upload artifacts
2525
uses: actions/upload-artifact@v4
@@ -32,4 +32,4 @@ jobs:
3232
if: github.ref == 'refs/heads/master'
3333
with:
3434
github_token: ${{ secrets.GITHUB_TOKEN }}
35-
publish_dir: docs/build/html/master
35+
publish_dir: docs/build/html/master

0 commit comments

Comments
 (0)