Skip to content

GETP-214 Feature : NotFoundPage 구현 #41

GETP-214 Feature : NotFoundPage 구현

GETP-214 Feature : NotFoundPage 구현 #41

Workflow file for this run

name: Deploy Storybook
on:
pull_request:
branches: [develop]
types: [closed]
workflow_dispatch:
jobs:
storybook:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Dependencies
run: yarn
- uses: chromaui/action@v11
with:
projectToken: ${{ secrets.STORYBOOK_TOKEN }}