We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60fbef3 commit aef4e8eCopy full SHA for aef4e8e
.github/workflows/docs.yml
@@ -16,10 +16,15 @@ jobs:
16
with:
17
persist-credentials: false
18
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
+
24
- name: Build HTML
25
uses: ammaraskar/sphinx-action@7.0.0
26
- build-command: "touch /tmp/sphinx-log && sphinx-multiversion source build/html"
27
+ build-command: "sphinx-multiversion source build/html"
28
29
- name: Upload artifacts
30
uses: actions/upload-artifact@v4
0 commit comments