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.
2 parents 5976d4e + 6a3ecf0 commit 276ec58Copy full SHA for 276ec58
.github/workflows/ci-docs-deploy.yml
@@ -2,14 +2,14 @@ name: Docs Deploy
2
3
on:
4
push:
5
- branches: ["feature/storybook"]
+ branches: ['feature/storybook']
6
workflow_dispatch:
7
8
9
jobs:
10
deploy:
11
runs-on: ubuntu-latest
12
-
+
13
steps:
14
- uses: actions/checkout@v2
15
@@ -19,8 +19,8 @@ jobs:
19
- name: Setup Node
20
uses: actions/setup-node@v2
21
with:
22
- node-version: "18.x"
23
- cache: "yarn"
+ node-version: '18.x'
+ cache: 'yarn'
24
25
- uses: actions/cache@v2
26
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Build
37
working-directory: ./
38
- run: yarn && yarn build-storybook
+ run: yarn && yarn build && yarn build-storybook
39
40
- name: Deploy
41
uses: peaceiris/actions-gh-pages@v3
0 commit comments