Skip to content

[UI]: Day, Week 컴포넌트 제작 #22

[UI]: Day, Week 컴포넌트 제작

[UI]: Day, Week 컴포넌트 제작 #22

name: Build & Deploy Storybook
on:
pull_request:
branches: [dev]
paths: ['src/components/atoms/**']
jobs:
test:
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: yarn
- name: Publish to Chromatic
id: chromatic
run : yarn chromatic
env:
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
- name: comment PR
uses: thollander/actions-comment-pull-request@v2
with:
message: "🚀storybook: https://www.chromatic.com/builds?appId=64ace737dc3be00731907172"