There was an error while loading. Please reload this page.
1 parent 89440ce commit 99294beCopy full SHA for 99294be
packages/docs/docs/guide/deploy.md
@@ -83,7 +83,7 @@ jobs:
83
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
84
TARGET_REPO: username/repo
85
TARGET_BRANCH: master
86
- BUILD_SCRIPT: yarn && yarn build
+ BUILD_SCRIPT: yarn && yarn docs:build
87
BUILD_DIR: docs/.vuepress/dist
88
CNAME: https://www.xxx.com
89
```
packages/docs/docs/zh/guide/deploy.md
@@ -103,7 +103,7 @@ jobs:
103
104
105
106
107
108
109
0 commit comments