diff --git a/docs/zh/guide/deploy.md b/docs/zh/guide/deploy.md index 4640d989f7..73f18711ad 100644 --- a/docs/zh/guide/deploy.md +++ b/docs/zh/guide/deploy.md @@ -20,7 +20,7 @@ 如果你打算发布到 `https://.github.io/`,则可以省略这一步,因为 `base` 默认即是 `"/"`。 - 如果你打算发布到 `https://.github.io//`(也就是说你的仓库在 `https://github.com//REPO>`),则将 `base` 设置为 `"//"`。 + 如果你打算发布到 `https://.github.io//`(也就是说你的仓库在 `https://github.com//`),则将 `base` 设置为 `"//"`。 2. 在你的项目中,创建一个如下的 `deploy.sh` 文件(请自行判断去掉高亮行的注释): @@ -62,7 +62,7 @@ cd - 如果你打算发布到 `https://.gitlab.io/`,则可以省略这一步,因为 `base` 默认即是 `"/"`。 - 如果你打算发布到 `https://.gitlab.io//`(也就是说你的仓库在 `https://gitlab.com//REPO>`),则将 `base` 设置为 `"//"`。 + 如果你打算发布到 `https://.gitlab.io//`(也就是说你的仓库在 `https://gitlab.com//`),则将 `base` 设置为 `"//"`。 2. 在 `.vuepress/config.js` 中将 `dest` 设置为 `public`。 3. 在你项目的根目录下创建一个名为 `.gitlab-ci.yml` 的文件,无论何时你提交了更改,它都会帮助你自动构建和部署: