Skip to content

Commit

Permalink
fix(storybook): improve storybook pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasmenker committed Nov 5, 2020
1 parent 9b11575 commit 3fc9840
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,13 @@ jobs:
provider: script
skip_cleanup: true
script:
- npm run build && npm run build-storybook && npx semantic-release
- npm run build && npm run build-storybook && npx semantic-release
- stage: gh-pages
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
local_dir: docs
target_branch: gh-pages
on:
branch: master

0 comments on commit 3fc9840

Please sign in to comment.