Skip to content

dpendencies upgraded #24

dpendencies upgraded

dpendencies upgraded #24

name: deploy-storybook
on:
push:
branches:
- "main" # change to the branch you wish to deploy from
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.build-publish.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- id: build-publish
uses: bitovi/[email protected]
with:
path: storybook-static
install_command: yarn install --immutable
build_command: yarn run storybook:build