Skip to content

Commit

Permalink
deploy storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzuo committed Feb 22, 2021
1 parent 3158f33 commit b424134
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: release
on:
push:
branches: [master]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install
- run: yarn build-storybook
- uses: caitouyun/actions@master
with:
args: caitou deploy --git
env:
CAITOU_TOKEN: ${{ secrets.CAITOU_TOKEN }}
3 changes: 3 additions & 0 deletions caitou.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
site: react-input-color
public: storybook-static
force_ssl: true

0 comments on commit b424134

Please sign in to comment.