refactor: update github actions

This commit is contained in:
ruanyf
2024-05-28 12:30:21 +08:00
parent 5b935275c1
commit 921ed021a2

View File

@@ -24,8 +24,8 @@ jobs:
- name: Deploy to website - name: Deploy to website
uses: JamesIves/github-pages-deploy-action@v4 uses: JamesIves/github-pages-deploy-action@v4
with: with:
git_config_name: wangdoc-bot git-config-name: wangdoc-bot
git_config_email: yifeng.ruan@gmail.com git-config-email: yifeng.ruan@gmail.com
repository-name: wangdoc/website repository-name: wangdoc/website
token: ${{ secrets.WANGDOC_BOT_TOKEN }} token: ${{ secrets.WANGDOC_BOT_TOKEN }}
branch: master # The branch the action should deploy to. branch: master # The branch the action should deploy to.