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 431e6f1 commit c692c55Copy full SHA for c692c55
.github/workflows/gh-pages.yml
@@ -37,6 +37,6 @@ jobs:
37
- name: Deploy to GitHub Pages
38
uses: peaceiris/actions-gh-pages@v4
39
with:
40
- github_token: ${{ secrets.PUSH_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
41
publish_branch: gh-pages
42
publish_dir: docs/build/html
0 commit comments