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 7dc730b commit da1c18fCopy full SHA for da1c18f
.github/workflows/doc.yml
@@ -53,6 +53,6 @@ jobs:
53
uses: JamesIves/github-pages-deploy-action@3.7.1
54
with:
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
- BRANCH: doc-deploy # The branch the action should deploy to.
+ BRANCH: gh-pages # The branch the action should deploy to.
57
FOLDER: public # The folder the action should deploy.
58
CLEAN: true # Automatically remove deleted files from the deploy branch
0 commit comments