Skip to content

Commit

Permalink
powershellのコマンドを追記
Browse files Browse the repository at this point in the history
  • Loading branch information
yukyu30 committed Jan 5, 2022
1 parent 99fec83 commit 053467e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,9 @@ This command generates static content into the `build` directory and can be serv
```console
GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy
```
### powershell
```console
cmd /C 'set "GIT_USER=yukyu30" && yarn deploy' %powershell%
```

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.

0 comments on commit 053467e

Please sign in to comment.