Skip to content

chore(deps): bump remeda from 1.23.0 to 1.24.0 #30

chore(deps): bump remeda from 1.23.0 to 1.24.0

chore(deps): bump remeda from 1.23.0 to 1.24.0 #30

name: Build and publish Storybook to Github Pages
on:
push:
branches:
- "main"
jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.build-publish.outputs.page_url }}
permissions:
contents: read
pages: write
id-token: write
runs-on: ubuntu-latest
steps:
- id: build-publish
uses: bitovi/[email protected]
with:
path: storybook-static
build_command: npm run build-storybook