Skip to content

Commit 60fbef3

Browse files
authored
Update docs.yml with explicit creation of sphinx-log
1 parent 013a96c commit 60fbef3

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 --keep-going --no-color > sphinx-log.txt"
22+
build-command: "touch /tmp/sphinx-log && sphinx-multiversion source build/html"
2323

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

0 commit comments

Comments
 (0)