Skip to content

Commit

Permalink
fix: deploy storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpy committed May 24, 2020
1 parent 3dd09ac commit 65d8cea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: .storybook
FOLDER: storybook-static
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
node_modules
dist
lib
storybook-static
yarn.lock
package-lock.json

Expand Down

0 comments on commit 65d8cea

Please sign in to comment.