File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
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
32
- BRANCH : master # The branch the action should deploy to.
33
- FOLDER : dist # The folder the action should deploy.
34
- TARGET_FOLDER : dist/typescript
35
- CLEAN : true # Automatically remove deleted files from the deploy branch
36
- COMMIT_MESSAGE : update from TypeScript tutorial
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
+ branch : master # The branch the action should deploy to.
33
+ folder : dist # The folder the action should deploy.
34
+ target_folder : dist/typescript
35
+ clean : true # Automatically remove deleted files from the deploy branch
36
+ commit_message : update from TypeScript tutorial
37
37
You can’t perform that action at this time.
0 commit comments