Skip to content

Commit 7ad6394

Browse files
committed
Copy docs to storybook before deploy
1 parent eafe221 commit 7ad6394

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ script:
2323
after_script:
2424
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then ./cc-test-reporter upload-coverage; fi'
2525

26+
before_deploy:
27+
- 'cp -R ./docs/* ./storybook-static'
28+
2629
deploy:
2730
- provider: pages
2831
local_dir: storybook-static

0 commit comments

Comments
 (0)