Skip to content

Commit 69b8ced

Browse files
committed
fix publish dir
1 parent 7ea2acd commit 69b8ced

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
if: github.ref == 'refs/heads/main'
3232
with:
3333
github_token: ${{ secrets.GITHUB_TOKEN }}
34-
publish_dir: docs/build/html
34+
publish_dir: docs/_build/html

0 commit comments

Comments
 (0)