Skip to content

Commit aef4e8e

Browse files
authored
Update docs.yml
1 parent 60fbef3 commit aef4e8e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/docs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,15 @@ jobs:
1616
with:
1717
persist-credentials: false
1818

19+
# Temporary solution since sphinx-multiversion does
20+
# not have -w option.
21+
- name: Pre-create log file
22+
run: touch /tmp/sphinx-log
23+
1924
- name: Build HTML
2025
uses: ammaraskar/sphinx-action@7.0.0
2126
with:
22-
build-command: "touch /tmp/sphinx-log && sphinx-multiversion source build/html"
27+
build-command: "sphinx-multiversion source build/html"
2328

2429
- name: Upload artifacts
2530
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)