Commit 9a460c0 1 parent 841145d commit 9a460c0 Copy full SHA for 9a460c0
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- name : storybook
1
+ name : 🎨 Storybook
2
2
3
3
on :
4
4
push :
24
24
25
25
- name : Cache node_modules
26
26
id : cache-node-modules
27
- uses : actions/cache@v3
27
+ uses : actions/cache@v4
28
28
with :
29
29
path : node_modules
30
30
key : ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
@@ -33,14 +33,14 @@ jobs:
33
33
run : npm install
34
34
35
35
- name : Build Storybook
36
- run : SKIP_ENV_VALIDATION=true npm run build-storybook
36
+ run : SKIP_ENV_VALIDATION=true npm run sb: build
37
37
38
38
- name : Upload Storybook
39
- uses : actions/upload-pages-artifact@v2
39
+ uses : actions/upload-pages-artifact@v3
40
40
with :
41
41
path : storybook-static
42
42
43
43
- name : Deploy to GitHub Pages
44
- uses : actions/deploy-pages@v2
44
+ uses : actions/deploy-pages@v4
45
45
with :
46
46
token : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments