There was an error while loading. Please reload this page.
1 parent 79f8f14 commit 54251ecCopy full SHA for 54251ec
docs/guide/deploy.md
@@ -33,14 +33,14 @@ You can run this script in your CI setup to enable automatic deployment on each
33
``` json
34
{
35
"scripts": {
36
- "build-docs": "vuepress build docs"
+ "docs:build": "vuepress build docs"
37
}
38
39
```
40
41
2. On Netlify, setup up a new project from GitHub with the following settings:
42
43
- - **Build Command:** `npm run build-docs` or `yarn build-docs`
+ - **Build Command:** `npm run docs:build` or `yarn docs:build`
44
- **Publish directory:** `docs/.vuepress/dist`
45
46
3. Hit the deploy button!
0 commit comments