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 b3fb88b commit a0016d7Copy full SHA for a0016d7
.github/workflows/static.yml
@@ -31,5 +31,5 @@ jobs:
31
- name: Deploy to GitHub Pages
32
uses: peaceiris/actions-gh-pages@v4
33
with:
34
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.ACTIONS_TOKEN }}
35
publish_dir: docs/.vuepress/dist
0 commit comments