From 433a449b8540454ab55971c55b1390f3a35438a2 Mon Sep 17 00:00:00 2001 From: Noel De Martin Date: Sat, 18 Aug 2018 12:16:08 +0200 Subject: [PATCH] Fix deploy.sh example with correct commands Seems like this was copy pasted from the vuepress docs and wasn't updated. --- docs/guide/deployment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/deployment.md b/docs/guide/deployment.md index b051b5df9c..eda245f380 100644 --- a/docs/guide/deployment.md +++ b/docs/guide/deployment.md @@ -58,10 +58,10 @@ If you are using the PWA plugin, your app must be served over HTTPS so that [Ser 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