Skip to content

Commit ff1d0b4

Browse files
committed
fix: deploy storybook
1 parent c876900 commit ff1d0b4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ghpages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
with:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
BRANCH: gh-pages
25-
FOLDER: .storybook
25+
FOLDER: storybook-static

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
node_modules
33
dist
44
lib
5+
storybook-static
56
yarn.lock
67
package-lock.json
78

0 commit comments

Comments
 (0)