docs: update windows deploy command (#2281)

This commit is contained in:
Ondřej Nepožitek 2020-02-16 14:42:41 +01:00 committed by GitHub
parent 311a1223b5
commit 8d804c662c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

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: