Skip to content

Commit

Permalink
[fix] CI修改token
Browse files Browse the repository at this point in the history
  • Loading branch information
huuhghhgyg committed Jan 4, 2024
1 parent ffdb57d commit 6a73d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/DeployPage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs/.vuepress/dist # vuepress 生成的静态文件存放的地方
token: ${{ secrets.ACTION_TOKEN }} # secret
token: ${{ secrets.ACCESS_TOKEN }} # secret
branch: gh-pages # 部署到 gh-pages 分支,因为 main 分支存放的一般是源码,而 gh-pages 分支则用来存放生成的静态文件

0 comments on commit 6a73d9b

Please sign in to comment.