We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842d84f commit 0eb71afCopy full SHA for 0eb71af
1 file changed
.github/workflows/deploy-documentation.yml
@@ -32,7 +32,6 @@ jobs:
32
- name: Deploy 🚀
33
uses: JamesIves/github-pages-deploy-action@4.1.3
34
with:
35
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
BRANCH: gh-pages # The branch the action should deploy to.
37
FOLDER: ./docs # The folder the action should deploy.
38
CLEAN: true # Automatically remove deleted files from the deploy branch
0 commit comments