Skip to content

Commit 3474bc2

Browse files
committed
Update main.yml
1 parent 49f1a74 commit 3474bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Deploy
2626
uses: JamesIves/github-pages-deploy-action@releases/v4
2727
with:
28-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
BRANCH: gh-pages
3030
FOLDER: './'
3131
CLEAN: true

0 commit comments

Comments
 (0)