We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2910b02 commit 6e970aaCopy full SHA for 6e970aa
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Deploy
26
uses: JamesIves/github-pages-deploy-action@releases/v3
27
with:
28
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
BRANCH: gh-pages
30
FOLDER: build
31
CLEAN: true
0 commit comments