We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b93527 commit 921ed02Copy full SHA for 921ed02
.github/workflows/wangdoc.yml
@@ -24,8 +24,8 @@ jobs:
24
- name: Deploy to website
25
uses: JamesIves/github-pages-deploy-action@v4
26
with:
27
- git_config_name: wangdoc-bot
28
- git_config_email: [email protected]
+ git-config-name: wangdoc-bot
+ git-config-email: [email protected]
29
repository-name: wangdoc/website
30
token: ${{ secrets.WANGDOC_BOT_TOKEN }}
31
branch: master # The branch the action should deploy to.
0 commit comments