Skip to content

Commit

Permalink
chore: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
peng-xiao-shuai committed Oct 8, 2024
1 parent 8db451f commit 2903b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Build
run: yarn install && yarn run gitBuild
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: JamesIves/github-pages-deploy-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }} #secrets.ACCESS_TOKEN是项目配置的密钥
branch: gh-pages # 操作应部署到的分支。
Expand Down

0 comments on commit 2903b60

Please sign in to comment.