diff --git a/docs/getting-started-publishing.md b/docs/getting-started-publishing.md index b5f346b8a4..1f293685fe 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: diff --git a/website/docs/deployment.md b/website/docs/deployment.md index 4a0eba0873..f12cf898b7 100644 --- a/website/docs/deployment.md +++ b/website/docs/deployment.md @@ -95,7 +95,7 @@ GIT_USER= yarn deploy **Windows** ```batch -cmd /C "set GIT_USER= && yarn deploy" +cmd /C "set "GIT_USER=" && yarn deploy" ```