Skip to content

Commit aad66df

Browse files
Merge pull request #25 from InfoMusCP/feature/fix_action
fix action
2 parents c204bda + 486346e commit aad66df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Deploy to GitHub Pages 🚀
3636
uses: peaceiris/actions-gh-pages@v3
3737
with:
38-
github_token: ${{ secrets.DEPLOY_TOKEN }}
38+
github_token: ${{ secrets.GH_PAGES_TOKEN }}
3939
publish_dir: ./site
4040
publish_branch: gh-pages
4141
force_orphan: true

0 commit comments

Comments
 (0)