Skip to content

Commit

Permalink
docs: update deploy.md (#2486)
Browse files Browse the repository at this point in the history
  • Loading branch information
nimitbhargava committed Jul 19, 2020
1 parent 24668c6 commit 9b9049a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/docs/guide/deploy.md
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 9b9049a

Please sign in to comment.