Skip to content

Commit

Permalink
fix: github pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
akiokio committed Oct 8, 2017
1 parent fb8309c commit 04bbf02
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,14 @@ script:
after_success:
- "cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js"
- build-storybook
- yarn deploy
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
local_dir: ./storybook-static
on:
branch: master

0 comments on commit 04bbf02

Please sign in to comment.