Skip to content

Commit a1840b8

Browse files
Merge pull request #21 from DiamondLightSource/vbe/build-storybook
Fix storybook build path
2 parents 892c0cc + 8fe1f02 commit a1840b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-storybook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
uses: bitovi/[email protected]
3939
with:
4040
checkout: false
41-
path: storybook/storybook-static
41+
path: storybook-static
4242
install_command: echo Already done
4343
build_command: pnpm storybook:build

0 commit comments

Comments
 (0)