Skip to content

Commit eec888f

Browse files
authored
Update publish-docs.yml
1 parent 36bbca9 commit eec888f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
with:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
BRANCH: gh-pages # The branch the action should deploy to.
30-
FOLDER: ./docs/html
30+
FOLDER: ./docs/_build/html
3131
CLEAN: true # Automatically remove deleted files from the deploy branch

0 commit comments

Comments
 (0)