Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech committed Feb 16, 2019
1 parent ac007f9 commit 16016b1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions website/README.md
@@ -0,0 +1,17 @@
# Publishing

## Set `GIT_USER`

Windows
```sh
$env:GIT_USER=<github_username>
```
Linux
```sh
GIT_USER=<github_username>
```

## Publish
```
yarn publish-gh-pages
```

0 comments on commit 16016b1

Please sign in to comment.