Skip to content

Commit 5d29c56

Browse files
authored
docs($zh): fix wrong command in deploy guide (#2284)
1 parent a6ae508 commit 5d29c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/docs/docs/zh/guide/deploy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ pages:
119119

120120
1. 在 Netlify 中, 创建一个新的 GitHub 项目,使用以下设置:
121121

122-
- **Build Command:** `yarn build:docs` 或者 `npm run build:docs`
122+
- **Build Command:** `yarn docs:build` 或者 `npm run docs:build`
123123
- **Publish directory:** `docs/.vuepress/dist`
124124

125125
2. 点击 deploy 按钮!

0 commit comments

Comments
 (0)