Skip to content

Commit

Permalink
Fix storybook config
Browse files Browse the repository at this point in the history
  • Loading branch information
lukePeavey committed Jun 5, 2022
1 parent 8aa4ffc commit 2bf683d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ name: 'Chromatic'

# Event for the workflow
on:
push:
branches: [master]
pull_request:
branches: [master]

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@3.6.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# The branch the action should deploy to.
BRANCH: storybook
BRANCH: gh-pages
# The output folder used by build-storybook script
FOLDER: storybook-static
# Automatically remove deleted files from the deploy branch
Expand Down

0 comments on commit 2bf683d

Please sign in to comment.