diff --git a/.github/workflows/deploy_storybook.yaml b/.github/workflows/deploy_storybook.yaml new file mode 100644 index 00000000..ab1cb56d --- /dev/null +++ b/.github/workflows/deploy_storybook.yaml @@ -0,0 +1,23 @@ + +name: Deploy Storybook + +on: + push: + branches: + - "master" + +permissions: + contents: read + pages: write + id-token: write + +jobs: + deploy: + runs-on: ubuntu-latest + steps: + - id: build-publish + uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3 + with: + path: storybook-static + install_command: npm ci --force + build_command: npm run storybook:build