Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 258 Bytes

10-Deploy.md

File metadata and controls

13 lines (7 loc) · 258 Bytes

install gh-pages

yarn add gh-pages --dev

deploy

add following line to npm script

"deploy": "git checkout master && git pull && yarn build && gh-pages -d dist"

now you can go to your github address

https://[USERNAME].github.io/[PROJECT-NAME]/