Skip to content

Commit

Permalink
chore(storybook): add ci for deploying storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
ooooorobo committed Jun 6, 2024
1 parent 285b762 commit de9623e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Build and Publish storybook to GitHub Pages

on:
push:
branches:
- "main"
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: bitovi/[email protected]
with:
path: dist/storybook

0 comments on commit de9623e

Please sign in to comment.