Skip to content

🐛 스토리북 배포 재설정 #4

🐛 스토리북 배포 재설정

🐛 스토리북 배포 재설정 #4

Workflow file for this run

name: 'Chromatic Deployment'
on:
# 원하는 브랜치 명으로 바꿔주시면 됩니다.
push:
branches: ['develop']
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: npm
working-directory: storybook-app
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
workingDir: storybook-app
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}