Skip to content

Label props, style 변경 #205

Label props, style 변경

Label props, style 변경 #205

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: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "20.x"
- uses: bitovi/[email protected]
with:
install_command: yarn install
build_command: yarn storybook:build
path: storybook-static
checkout: false