From 70b2585dc31825176d263441eb3c055d52cf9dfd Mon Sep 17 00:00:00 2001 From: jartuso <51674772+jartuso@users.noreply.github.com> Date: Thu, 20 Feb 2020 17:49:47 -0500 Subject: [PATCH] Fixed windows instructions for github pages additional space after GIT_USER= && was throwing errors on windows --- 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 1f293685fed3..865b79c25939 100644 --- a/docs/getting-started-publishing.md +++ b/docs/getting-started-publishing.md @@ -110,7 +110,7 @@ GIT_USER= \ **Windows** ```batch -cmd /C "set "GIT_USER=" && set CURRENT_BRANCH=master && set USE_SSH=true && yarn run publish-gh-pages" +cmd /C "set "GIT_USER="&& set CURRENT_BRANCH=master && set USE_SSH=true && yarn run publish-gh-pages" ``` There are also two optional parameters that are set as environment variables: