Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 99294be

Browse files
authored
docs: fix deploy.md (#3060)
1 parent 89440ce commit 99294be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/docs/docs/guide/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
8484
TARGET_REPO: username/repo
8585
TARGET_BRANCH: master
86-
BUILD_SCRIPT: yarn && yarn build
86+
BUILD_SCRIPT: yarn && yarn docs:build
8787
BUILD_DIR: docs/.vuepress/dist
8888
CNAME: https://www.xxx.com
8989
```

packages/docs/docs/zh/guide/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
104104
TARGET_REPO: username/repo
105105
TARGET_BRANCH: master
106-
BUILD_SCRIPT: yarn && yarn build
106+
BUILD_SCRIPT: yarn && yarn docs:build
107107
BUILD_DIR: docs/.vuepress/dist
108108
CNAME: https://www.xxx.com
109109
```

0 commit comments

Comments
 (0)