Skip to content

Commit

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

0 comments on commit 82ee7f5

Please sign in to comment.