Skip to content

fix: 새로고침 시 blank page가 되는 오류 해결 (#280) #112

fix: 새로고침 시 blank page가 되는 오류 해결 (#280)

fix: 새로고침 시 blank page가 되는 오류 해결 (#280) #112

Workflow file for this run

name: "Chromatic Deployment"
on:
push:
branches: [ "develop" ]
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
run: npm ci --legacy-peer-deps
- name: Publish to Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}