Skip to content

[design] Footer 컴포넌트 마크업 (#61) #35

[design] Footer 컴포넌트 마크업 (#61)

[design] Footer 컴포넌트 마크업 (#61) #35

Workflow file for this run

name: 'Chromatic Deployment'
on:
push:
branches: [develop]
paths:
- '**.stories.tsx'
- '**.mdx'
jobs:
chromatic:
name: 'Run Chromatic'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: yarn
- uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
buildScriptName: build-storybook
onlyChanged: true
- name: comment PR
uses: thollander/actions-comment-pull-request@v1
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
with:
message: '🚀storybook: ${{ steps.chromatic.outputs.storybookUrl }}'