Skip to content

Commit

Permalink
docs: follow up for vuejs#2269 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Aug 20, 2018
1 parent ecb8c18 commit d9c6ebe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/ru/guide/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ serve -s dist
set -e
# сборка
npm run docs:build
npm run build
# переход в каталог сборки
cd docs/.vuepress/dist
cd dist
# если вы публикуете на пользовательский домен
# echo 'www.example.com' > CNAME
Expand Down
4 changes: 2 additions & 2 deletions docs/zh/guide/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ serve -s dist
set -e
# build
npm run docs:build
npm run build
# navigate into the build output directory
cd docs/.vuepress/dist
cd dist
# if you are deploying to a custom domain
# echo 'www.example.com' > CNAME
Expand Down

0 comments on commit d9c6ebe

Please sign in to comment.