mirror of
https://github.com/wangdoc/bash-tutorial.git
synced 2025-12-20 02:18:48 +08:00
refactor: update github actions
This commit is contained in:
4
.github/workflows/wangdoc.yml
vendored
4
.github/workflows/wangdoc.yml
vendored
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user