We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282a3f5 commit 81c2720Copy full SHA for 81c2720
.github/workflows/gh-pages.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Deploy to GitHub Pages 🚀
36
uses: peaceiris/actions-gh-pages@v3
37
with:
38
- github_token: ${{ secrets.GITHUB_TOKEN }} # no PAT needed
+ github_token: ${{ secrets.GH_PAGES_TOKEN }} # no PAT needed
39
publish_dir: ./site
40
publish_branch: gh-pages
41
force_orphan: true
0 commit comments