Skip to content

fix: correct exported types to correct directory (#43) #56

fix: correct exported types to correct directory (#43)

fix: correct exported types to correct directory (#43) #56

name: Build and Publish Storybook
on:
push:
branches:
- main
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
- uses: bitovi/[email protected]
with:
install_command: yarn install
build_command: yarn build-storybook
path: storybook-static
checkout: false