Skip to content

.github/workflows/deploy.yaml #13

.github/workflows/deploy.yaml

.github/workflows/deploy.yaml #13

Workflow file for this run

on:
push:
branches:
- "main" # change to the branch you wish to deploy from
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 # change to your build folder