We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3158f33 commit b424134Copy full SHA for b424134
.github/workflows/release.yml
@@ -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
@@ -0,0 +1,3 @@
+site: react-input-color
+public: storybook-static
+force_ssl: true
0 commit comments