diff --git a/.travis.yml b/.travis.yml index 502e1fc..5ed6f30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,7 @@ script: after_success: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT + - yarn build-storybook before_deploy: - if [ "$BRANCH" == "master" ]; then @@ -40,4 +41,11 @@ deploy: script: if [ "$GH_TOKEN" != "false" ]; then npx auto shipit; fi; skip-cleanup: true on: - all_branches: true \ No newline at end of file + all_branches: true + - provider: pages + local-dir: "./storybook-static" + skip-cleanup: true + github-token: $GH_TOKEN + keep-history: true + on: + branch: master \ No newline at end of file diff --git a/packages/core/README.md b/packages/core/README.md index 60e3d1a..37e297a 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -24,6 +24,11 @@ Examples can be found - [here](https://github.com/kenshoo/react-tree/blob/master yarn add @kenshooui/react-tree ``` +### Technologies + +* React 16 +* @emotion/core + ### How to use diff --git a/packages/material_tree/README.md b/packages/material_tree/README.md index 2f91f64..1143f6f 100644 --- a/packages/material_tree/README.md +++ b/packages/material_tree/README.md @@ -30,6 +30,12 @@ Examples can be found - [here](https://github.com/kenshoo/react-tree/blob/master yarn add @material-ui/core @material-ui/icons ``` +### Technologies + +* React 16 +* @material-ui/core +* @material-ui/icons + ### How to use