Skip to content

FIX: CD

FIX: CD #4

name: Chromatic Publish
on: [push]
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install dependencies
run: npm i
- name: Publish to Chromatic
run: npx chromatic