Skip to content

Commit 013a96c

Browse files
authored
Update docs.yml workflow with redirection to sphinx-log.txt
1 parent 6ae246f commit 013a96c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
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 -e"
22+
build-command: "sphinx-multiversion source build/html --keep-going --no-color > sphinx-log.txt"
2323

2424
- name: Upload artifacts
2525
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)