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.
2 parents c204bda + 486346e commit aad66dfCopy full SHA for aad66df
.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.DEPLOY_TOKEN }}
+ github_token: ${{ secrets.GH_PAGES_TOKEN }}
39
publish_dir: ./site
40
publish_branch: gh-pages
41
force_orphan: true
0 commit comments