docs(v1): fix Windows instructions for GitHub Pages publishing (#2307)

additional space after GIT_USER=<GIT_USER> && was throwing errors on windows
This commit is contained in:
jartuso 2020-02-20 20:46:13 -05:00 committed by GitHub
parent 787b073bb7
commit d06ab640ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,7 +110,7 @@ GIT_USER=<GIT_USER> \
**Windows**
```batch
cmd /C "set "GIT_USER=<GIT_USER>" && set CURRENT_BRANCH=master && set USE_SSH=true && yarn run publish-gh-pages"
cmd /C "set "GIT_USER=<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: