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 d276d08 commit 3afbe7fCopy full SHA for 3afbe7f
.github/workflows/sphinx.yml
@@ -34,6 +34,11 @@ jobs:
34
# cd ${GITHUB_WORKSPACE}/docs
35
# mkdir build
36
# sphinx-build -b html source/ build/
37
+ - name: check resulting files
38
+ run: |
39
+ ls ${GITHUB_WORKSPACE}/docs/
40
+ ls ${GITHUB_WORKSPACE}/docs/build
41
+ ls ${GITHUB_WORKSPACE}/docs/build/html
42
- name: Upload artifacts
43
uses: actions/upload-artifact@v4
44
with:
0 commit comments