Skip to content

Commit f5e4191

Browse files
Merge pull request #2203 from navikt/fikse-feilende-storybook-deploy
Fikser feil peking til storybook-static
2 parents cd55183 + 1f0bfb5 commit f5e4191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-storybook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Upload artifact
3636
uses: actions/upload-pages-artifact@v3
3737
with:
38-
path: ./storybook-static
38+
path: ./packages/nextjs/storybook-static
3939

4040
deploy:
4141
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)