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:
parent
787b073bb7
commit
d06ab640ff
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue