Skip to content

Commit 3c5acdd

Browse files
committed
Update README for deployment
1 parent 3e6d340 commit 3c5acdd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Only collaborators on this repository can deploy. `cd` into the website director
1818

1919
```bash
2020
GIT_USER=your_github_username \
21-
STABLE_RELEASE=ya \
21+
STABLE_RELEASE=true \
2222
CURRENT_BRANCH=source \
2323
USE_SSH=true \
2424
yarn run publish-gh-pages
@@ -28,7 +28,6 @@ yarn run publish-gh-pages
2828

2929
```bash
3030
GIT_USER=your_github_username \
31-
GIT_REMOTE=pre \
3231
CURRENT_BRANCH=source \
3332
USE_SSH=true \
3433
yarn run publish-gh-pages

0 commit comments

Comments
 (0)