Skip to content

Commit

Permalink
refactor: update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanyf committed May 28, 2024
1 parent 5b93527 commit 921ed02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wangdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Deploy to website
uses: JamesIves/github-pages-deploy-action@v4
with:
git_config_name: wangdoc-bot
git_config_email: [email protected]
git-config-name: wangdoc-bot
git-config-email: [email protected]
repository-name: wangdoc/website
token: ${{ secrets.WANGDOC_BOT_TOKEN }}
branch: master # The branch the action should deploy to.
Expand Down

0 comments on commit 921ed02

Please sign in to comment.