Skip to content

Commit b424134

Browse files
committed
deploy storybook
1 parent 3158f33 commit b424134

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.github/workflows/release.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: release
2+
on:
3+
push:
4+
branches: [master]
5+
jobs:
6+
release:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
- run: yarn install
11+
- run: yarn build-storybook
12+
- uses: caitouyun/actions@master
13+
with:
14+
args: caitou deploy --git
15+
env:
16+
CAITOU_TOKEN: ${{ secrets.CAITOU_TOKEN }}

caitou.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
site: react-input-color
2+
public: storybook-static
3+
force_ssl: true

0 commit comments

Comments
 (0)