mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 18:27:56 +02:00
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:
parent
976ae770b5
commit
a7b65bb6f4
1 changed files with 1 additions and 1 deletions
|
@ -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**
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue