Skip to content

Commit 9c1e00b

Browse files
committed
Fix action to build docs
1 parent 37dd044 commit 9c1e00b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
5656
- name: Build Sphinx documentation (website)
5757
run: |
58-
sphinx-build --nitpicky --fail-on-warning --keep-going docs docs/_build
58+
sphinx-build -b html --nitpicky --fail-on-warning --keep-going docs docs/_build/html
5959
6060
- uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b
6161
with:

0 commit comments

Comments
 (0)