Skip to content

모달 UI/UX 개선 #183

모달 UI/UX 개선

모달 UI/UX 개선 #183

Workflow file for this run

name: Deploy Storybook to GitHub Pages
on:
pull_request:
branches:
- develop
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Build Storybook
run: npm run build-storybook
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./storybook-static