Skip to content

Commit fed4083

Browse files
committed
Fix storybook build directory path.
1 parent f1c5338 commit fed4083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Upload artifact
9292
uses: actions/upload-pages-artifact@v3
9393
with:
94-
path: ./out
94+
path: ./storybook-static
9595

9696
# Deployment job
9797
deploy:

0 commit comments

Comments
 (0)