We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaced23 commit 99d5a44Copy full SHA for 99d5a44
.github/workflows/manual.yml
@@ -105,6 +105,6 @@ jobs:
105
- name: Deploy to GitHub Pages
106
uses: peaceiris/actions-gh-pages@v4
107
with:
108
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.PAT_TOKEN }}
109
publish_branch: gh-pages
110
publish_dir: . # Change if static files are in another directory
0 commit comments