From a7b65bb6f4a31d11883691ae8106d65f490b9c60 Mon Sep 17 00:00:00 2001 From: Amit Harlev Date: Sun, 29 Apr 2018 14:13:17 -0700 Subject: [PATCH] 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/". --- docs/getting-started-publishing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-publishing.md b/docs/getting-started-publishing.md index 2112d4135f..91a1e5f0f9 100644 --- a/docs/getting-started-publishing.md +++ b/docs/getting-started-publishing.md @@ -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/` (use the `projectName` from your `siteConfig`) + * For publish directory: `website/build/` (use the `projectName` from your `siteConfig`) 1. Click **Deploy site**