Skip to content

Commit b174ffc

Browse files
committed
gh-pages auto deploy
1 parent 359d905 commit b174ffc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,11 @@ before_script:
1515

1616
script:
1717
- npm run build
18+
19+
deploy:
20+
provider: pages
21+
skip_cleanup: true
22+
github_token: $github_token
23+
local_dir: demo
24+
on:
25+
branch: master

0 commit comments

Comments
 (0)