mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 10:17:55 +02:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue