Skip to content

Commit 7957600

Browse files
NoelDeMartinyyx990803
authored andcommitted
docs: fix deploy.sh example with correct commands (#2269) [ci skip]
1 parent 4b69388 commit 7957600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ If you are using the PWA plugin, your app must be served over HTTPS so that [Ser
5858
set -e
5959
6060
# build
61-
npm run docs:build
61+
npm run build
6262
6363
# navigate into the build output directory
64-
cd docs/.vuepress/dist
64+
cd dist
6565
6666
# if you are deploying to a custom domain
6767
# echo 'www.example.com' > CNAME

0 commit comments

Comments
 (0)