From 8d804c662cef4b5e3dba7b2d1bdb9119aed0f393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nepo=C5=BEitek?= Date: Sun, 16 Feb 2020 14:42:41 +0100 Subject: [PATCH] docs: update windows deploy command (#2281) --- docs/getting-started-publishing.md | 2 +- website/docs/deployment.md | 2 +- website/versioned_docs/version-2.0.0-alpha.38/deployment.md | 2 +- website/versioned_docs/version-2.0.0-alpha.39/deployment.md | 2 +- website/versioned_docs/version-2.0.0-alpha.40/deployment.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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" ```