Skip to content

Commit 9eb03a6

Browse files
authored
Merge pull request #4 from ron0115/dev
feat: initial commit
2 parents 260bfbb + 5bec474 commit 9eb03a6

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -43,27 +43,8 @@ jobs:
4343
run: |
4444
yarn build
4545
npm run release
46+
npm run deploy-storybook -- --ci
4647
env:
4748
GH_TOKEN: ${{ secrets.GH_TOKEN }}
4849
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
49-
pages:
50-
runs-on: ubuntu-latest
51-
steps:
52-
- name: Begin CI...
53-
uses: actions/checkout@v2
54-
55-
- name: Use Node 12
56-
uses: actions/setup-node@v1
57-
with:
58-
node-version: 12.x
5950

60-
- name: Use cached node_modules
61-
uses: actions/cache@v1
62-
with:
63-
path: node_modules
64-
key: nodeModules-${{ hashFiles('**/yarn.lock') }}
65-
restore-keys: |
66-
nodeModules-
67-
- name: Release
68-
run: |
69-
npm run deploy-storybook -- --ci

0 commit comments

Comments
 (0)