mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
docs: update windows deploy command (#2281)
This commit is contained in:
parent
311a1223b5
commit
8d804c662c
5 changed files with 5 additions and 5 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
Add a link
Reference in a new issue