We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c876900 commit ff1d0b4Copy full SHA for ff1d0b4
.github/workflows/ghpages.yml
@@ -22,4 +22,4 @@ jobs:
22
with:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
BRANCH: gh-pages
25
- FOLDER: .storybook
+ FOLDER: storybook-static
.gitignore
@@ -2,6 +2,7 @@
2
node_modules
3
dist
4
lib
5
+storybook-static
6
yarn.lock
7
package-lock.json
8
0 commit comments