File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ jobs:
24
24
- name : Deploy to website
25
25
uses : JamesIves/github-pages-deploy-action@v4
26
26
with :
27
- git_config_name : wangdoc-bot
28
- git_config_email :
[email protected]
29
- repository_name : wangdoc/website
30
- access_token : ${{ secrets.WANGDOC_BOT_TOKEN }}
31
- base_branch : main
27
+ git-config-name : wangdoc-bot
28
+ git-config-email :
[email protected]
29
+ repository-name : wangdoc/website
30
+ access-token : ${{ secrets.WANGDOC_BOT_TOKEN }}
31
+ base-branch : main
32
32
branch : master # The branch the action should deploy to.
33
33
folder : dist # The folder the action should deploy.
34
- target_folder : dist/typescript
34
+ target-folder : dist/typescript
35
35
clean : true # Automatically remove deleted files from the deploy branch
36
- commit_message : update from TypeScript tutorial
36
+ commit-message : update from TypeScript tutorial
37
37
You can’t perform that action at this time.
0 commit comments