Skip to content

Commit

Permalink
docs(v1): fix Windows instructions for GitHub Pages publishing (#2307)
Browse files Browse the repository at this point in the history
additional space after GIT_USER=<GIT_USER> && was throwing errors on windows
  • Loading branch information
jartuso committed Feb 21, 2020
1 parent 787b073 commit d06ab64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started-publishing.md
Expand Up @@ -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:
Expand Down

0 comments on commit d06ab64

Please sign in to comment.