Skip to content

Commit cd55183

Browse files
Merge pull request #2202 from navikt/fikse-feilende-storybook-deploy
Fikser korrekt referanse til script for å bygge storybook
2 parents 71055f9 + 54e5e15 commit cd55183

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-storybook.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
workflow_dispatch:
78

89
permissions:
910
contents: read
@@ -30,7 +31,7 @@ jobs:
3031
env:
3132
NODE_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}
3233
- name: Build Storybook
33-
run: npm run build-storybook
34+
run: npm run build:storybook
3435
- name: Upload artifact
3536
uses: actions/upload-pages-artifact@v3
3637
with:

0 commit comments

Comments
 (0)