File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed
Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ script:
2828
2929after_success :
3030 - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
31+ - yarn build-storybook
3132
3233before_deploy :
3334 - if [ "$BRANCH" == "master" ]; then
@@ -40,4 +41,11 @@ deploy:
4041 script : if [ "$GH_TOKEN" != "false" ]; then npx auto shipit; fi;
4142 skip-cleanup : true
4243 on :
43- all_branches : true
44+ all_branches : true
45+ - provider : pages
46+ local-dir : " ./storybook-static"
47+ skip-cleanup : true
48+ github-token : $GH_TOKEN
49+ keep-history : true
50+ on :
51+ branch : master
Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ Examples can be found - [here](https://github.com/kenshoo/react-tree/blob/master
2424 yarn add @kenshooui/react-tree
2525```
2626
27+ ### Technologies
28+
29+ * React 16
30+ * @emotion/core
31+
2732 ### How to use
2833 <!-- example -->
2934
Original file line number Diff line number Diff line change @@ -30,6 +30,12 @@ Examples can be found - [here](https://github.com/kenshoo/react-tree/blob/master
3030 yarn add @material-ui/core @material-ui/icons
3131```
3232
33+ ### Technologies
34+
35+ * React 16
36+ * @material-ui/core
37+ * @material-ui/icons
38+
3339 ### How to use
3440 <!-- example -->
3541
You can’t perform that action at this time.
0 commit comments