Skip to content

Commit

Permalink
docs(cn): add missing <
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz committed Apr 30, 2018
1 parent 2afbb4e commit 565894f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/zh/guide/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

如果你打算发布到 `https://<USERNAME>.github.io/`,则可以省略这一步,因为 `base` 默认即是 `"/"`

如果你打算发布到 `https://<USERNAME>.github.io/<REPO>/`(也就是说你的仓库在 `https://github.com/<USERNAME>/REPO>`),则将 `base` 设置为 `"/<REPO>/"`
如果你打算发布到 `https://<USERNAME>.github.io/<REPO>/`(也就是说你的仓库在 `https://github.com/<USERNAME>/<REPO>`),则将 `base` 设置为 `"/<REPO>/"`

2. 在你的项目中,创建一个如下的 `deploy.sh` 文件(请自行判断去掉高亮行的注释):

Expand Down Expand Up @@ -62,7 +62,7 @@ cd -

如果你打算发布到 `https://<USERNAME or GROUP>.gitlab.io/`,则可以省略这一步,因为 `base` 默认即是 `"/"`

如果你打算发布到 `https://<USERNAME or GROUP>.gitlab.io/<REPO>/`(也就是说你的仓库在 `https://gitlab.com/<USERNAME>/REPO>`),则将 `base` 设置为 `"/<REPO>/"`
如果你打算发布到 `https://<USERNAME or GROUP>.gitlab.io/<REPO>/`(也就是说你的仓库在 `https://gitlab.com/<USERNAME>/<REPO>`),则将 `base` 设置为 `"/<REPO>/"`

2.`.vuepress/config.js` 中将 `dest` 设置为 `public`
3. 在你项目的根目录下创建一个名为 `.gitlab-ci.yml` 的文件,无论何时你提交了更改,它都会帮助你自动构建和部署:
Expand Down

0 comments on commit 565894f

Please sign in to comment.