Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 99294be

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /