Skip to content

Commit 4ae6e5a

Browse files
committed
correct html subdirectory
1 parent d883a85 commit 4ae6e5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sphinx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
uses: actions/upload-artifact@v4
1818
with:
1919
name: html-docs
20-
path: docs/build/html/
20+
path: docs/_build/html/
2121
- name: Deploy
2222
uses: peaceiris/actions-gh-pages@v3
2323
if: github.ref == 'refs/heads/main'
2424
with:
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
26-
publish_dir: docs/build/html
26+
publish_dir: docs/_build/html

0 commit comments

Comments
 (0)