Skip to content

chore(ci): version package (#130) #156

chore(ci): version package (#130)

chore(ci): version package (#130) #156

Workflow file for this run

name: Deploy storybook
on:
push:
paths-ignore:
- '*.md'
- '*.yml'
- 'LICENSE'
branches:
- main
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
name: GH-pages
runs-on: ubuntu-latest
steps:
- uses: bitovi/[email protected]
with:
path: ./storybook-static
build_command: npm run build:storybook