Skip to content

Commit

Permalink
docs: update deploy.md (vuejs#2486)
Browse files Browse the repository at this point in the history
  • Loading branch information
nimitbhargava authored and Sergey Larionov committed Aug 19, 2020
1 parent b94be34 commit 8bc47b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/docs/guide/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ pages:

1. On [Netlify](https://netlify.com), setup up a new project from GitHub with the following settings:

- **Build Command:** `yarn docs:build` or `npm run docs:build`
- **Build Command:** `vuepress build docs` or `yarn docs:build` or `npm run docs:build`
- **Publish directory:** `docs/.vuepress/dist`

2. Hit the deploy button.
Expand Down

0 comments on commit 8bc47b0

Please sign in to comment.