Skip to content

Commit dde42bf

Browse files
committed
fix: fix pipeline
1 parent 3a55d4a commit dde42bf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
- id: build-publish
1717
uses: bitovi/[email protected]
1818
with:
19-
path: build # change to your build folder
19+
path: storybook-static # change to your build folder

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ dist-ssr
2323
*.sln
2424
*.sw?
2525

26-
*storybook.log
26+
*storybook.log
27+
28+
storybook-static

0 commit comments

Comments
 (0)