We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd09ac commit 65d8ceaCopy full SHA for 65d8cea
.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