Skip to content

Commit d06ab64

Browse files
authored
docs(v1): fix Windows instructions for GitHub Pages publishing (#2307)
additional space after GIT_USER=<GIT_USER> && was throwing errors on windows
1 parent 787b073 commit d06ab64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started-publishing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ GIT_USER=<GIT_USER> \
110110
**Windows**
111111

112112
```batch
113-
cmd /C "set "GIT_USER=<GIT_USER>" && set CURRENT_BRANCH=master && set USE_SSH=true && yarn run publish-gh-pages"
113+
cmd /C "set "GIT_USER=<GIT_USER>"&& set CURRENT_BRANCH=master && set USE_SSH=true && yarn run publish-gh-pages"
114114
```
115115

116116
There are also two optional parameters that are set as environment variables:

0 commit comments

Comments
 (0)