Skip to content

Commit b1a6763

Browse files
committed
fix: edit GitHub actions
1 parent 30cc232 commit b1a6763

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/wangdoc.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
- name: Deploy to website
2525
uses: JamesIves/github-pages-deploy-action@v4
2626
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
3737

0 commit comments

Comments
 (0)