Skip to content

Commit

Permalink
Remove the storybook github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Rowno committed Aug 25, 2018
1 parent 753e019 commit e86c1eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
19 changes: 1 addition & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
test:
docker:
- image: circleci/node:8.10
- image: circleci/node:8.11
steps:
- checkout

Expand All @@ -18,25 +18,8 @@ jobs:
- run: yarn run test
- run: yarn run size

storybook:
docker:
- image: circleci/node:8.10
steps:
- checkout
- restore_cache:
key: dependency-cache-{{ checksum "yarn.lock" }}

- run: yarn run storybook-to-ghpages

workflows:
version: 2
default:
jobs:
- test
- storybook:
requires:
- test
filters:
branches:
only:
- master
5 changes: 0 additions & 5 deletions .storybook/static/circle.yml

This file was deleted.

0 comments on commit e86c1eb

Please sign in to comment.