We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24668c6 commit 9b9049aCopy full SHA for 9b9049a
packages/docs/docs/guide/deploy.md
@@ -123,7 +123,7 @@ pages:
123
124
1. On [Netlify](https://netlify.com), setup up a new project from GitHub with the following settings:
125
126
-- **Build Command:** `yarn docs:build` or `npm run docs:build`
+- **Build Command:** `vuepress build docs` or `yarn docs:build` or `npm run docs:build`
127
- **Publish directory:** `docs/.vuepress/dist`
128
129
2. Hit the deploy button.
0 commit comments