Skip to content

update group details #5

update group details

update group details #5

name: Build and Publish Storybook to GitHub Pages
on:
push:
branches:
- 'main'
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: bitovi/[email protected]
with:
install_command: npm ci
build_command: npm run build-storybook
path: storybook-static