Skip to content

Commit

Permalink
Incorrect file path for netlify publishing (#622)
Browse files Browse the repository at this point in the history
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/".
  • Loading branch information
AmitHarlev authored and yangshun committed Apr 29, 2018
1 parent 976ae77 commit a7b65bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started-publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down

0 comments on commit a7b65bb

Please sign in to comment.