Skip to content

Commit 276ec58

Browse files
authored
Merge pull request #141 from Dias999/feature/storybook-components
feat: change ci docs
2 parents 5976d4e + 6a3ecf0 commit 276ec58

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci-docs-deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: Docs Deploy
22

33
on:
44
push:
5-
branches: ["feature/storybook"]
5+
branches: ['feature/storybook']
66
workflow_dispatch:
7-
branches: ["feature/storybook"]
7+
branches: ['feature/storybook']
88

99
jobs:
1010
deploy:
1111
runs-on: ubuntu-latest
12-
12+
1313
steps:
1414
- uses: actions/checkout@v2
1515

@@ -19,8 +19,8 @@ jobs:
1919
- name: Setup Node
2020
uses: actions/setup-node@v2
2121
with:
22-
node-version: "18.x"
23-
cache: "yarn"
22+
node-version: '18.x'
23+
cache: 'yarn'
2424

2525
- uses: actions/cache@v2
2626
with:
@@ -35,7 +35,7 @@ jobs:
3535
3636
- name: Build
3737
working-directory: ./
38-
run: yarn && yarn build-storybook
38+
run: yarn && yarn build && yarn build-storybook
3939

4040
- name: Deploy
4141
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)