Skip to content

Commit

Permalink
Merge pull request #28 from kenshoo/fix_deploy
Browse files Browse the repository at this point in the history
fix deploy configuration
  • Loading branch information
liorheber authored Mar 20, 2018
2 parents 3105417 + ec03638 commit d65d76d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ after_success:
deploy:
- provider: script
script: yarn semantic-release
skip-cleanup: true
on:
branch: master
- local-dir: "./storybook-static"
provider: pages
- provider: pages
local-dir: "./storybook-static"
skip-cleanup: true
github-token: $GH_TOKEN
keep-history: true
Expand Down

0 comments on commit d65d76d

Please sign in to comment.