Skip to content

refactor: (#373)

refactor: (#373) #158

Workflow file for this run

name: "Chromatic Deployment"
on:
push:
branches: [ "develop" ]
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
onlyChanged: true
autoAcceptChanges: true
- name: Install dependencies
run: yarn install
- name: Publish to Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}