We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92fe1cc commit eb1c0ceCopy full SHA for eb1c0ce
1 file changed
.github/workflows/deploy-documentation.yml
@@ -36,5 +36,5 @@ jobs:
36
with:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
BRANCH: gh-pages # The branch the action should deploy to.
39
- FOLDER: ./docs/build # The folder the action should deploy.
+ FOLDER: ./build # The folder the action should deploy.
40
CLEAN: true # Automatically remove deleted files from the deploy branch
0 commit comments