We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97a2ae commit b2d19c8Copy full SHA for b2d19c8
.github/workflows/main.yml
@@ -27,5 +27,5 @@ jobs:
27
- name: Deploy to GitHub Pages
28
uses: peaceiris/actions-gh-pages@v4
29
with:
30
- github_token: ${{ secrets.GH_PAGES_TOKEN }} # 部署到github pages需要配置Secrets
31
- publish_dir: ./dist
+ personal_token: ${{ secrets.GH_PAGES_TOKEN }} # 部署到github pages需要配置Secrets
+ publish_dir: ./dist
0 commit comments