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