Skip to content

페이지 라우트 간섭 제거 #173

페이지 라우트 간섭 제거

페이지 라우트 간섭 제거 #173

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