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 44fad36 commit e4da371Copy full SHA for e4da371
.github/workflows/deploy-docs.yml
@@ -48,9 +48,9 @@ jobs:
48
- name: Deploy to feat/deploy
49
uses: peaceiris/actions-gh-pages@v3
50
with:
51
- github_token: ${{ secrets.REPO_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
52
publish_dir: docs/.vitepress/dist
53
publish_branch: feat/deploy
54
user_name: 'github-actions[bot]'
55
user_email: 'github-actions[bot]@users.noreply.github.com'
56
- commit_message: 'Deploy docs to feat/deploy'
+ commit_message: 'Deploy docs to feat/deploy'
0 commit comments