diff --git a/.github/workflows/deploy-storybook.yml b/.github/workflows/deploy-storybook.yml new file mode 100644 index 0000000..9bbfe62 --- /dev/null +++ b/.github/workflows/deploy-storybook.yml @@ -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/github-actions-storybook-to-github-pages@v1.0.0 + with: + path: dist/storybook