There was an error while loading. Please reload this page.
1 parent 37dd044 commit 9c1e00bCopy full SHA for 9c1e00b
1 file changed
.github/workflows/merge.yml
@@ -55,7 +55,7 @@ jobs:
55
56
- name: Build Sphinx documentation (website)
57
run: |
58
- sphinx-build --nitpicky --fail-on-warning --keep-going docs docs/_build
+ sphinx-build -b html --nitpicky --fail-on-warning --keep-going docs docs/_build/html
59
60
- uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b
61
with:
0 commit comments