We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 536c101 commit 36bbca9Copy full SHA for 36bbca9
.github/workflows/publish-docs.yml
@@ -27,5 +27,5 @@ jobs:
27
with:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
BRANCH: gh-pages # The branch the action should deploy to.
30
- FOLDER: html
+ FOLDER: ./docs/html
31
CLEAN: true # Automatically remove deleted files from the deploy branch
0 commit comments