Incorrect file path for netlify publishing (#622)

I tried following the guide to publish my website on Netlify (on April 29, 2018), however it did not work until I changed the path to include "website/".
This commit is contained in:
Amit Harlev 2018-04-29 14:13:17 -07:00 committed by Yangshun Tay
parent 976ae770b5
commit a7b65bb6f4

View file

@ -172,7 +172,7 @@ Steps to configure your Docusaurus-powered site on Netlify.
1. Select the branch to deploy. Default is `master`
1. Configure your build steps:
* For your build command enter: `cd website; npm install; npm run build;`
* For publish directory: `build/<projectName>` (use the `projectName` from your `siteConfig`)
* For publish directory: `website/build/<projectName>` (use the `projectName` from your `siteConfig`)
1. Click **Deploy site**