Skip to content

Merge pull request #105 from yummy-recipes/generate-blur-in-cms #635

Merge pull request #105 from yummy-recipes/generate-blur-in-cms

Merge pull request #105 from yummy-recipes/generate-blur-in-cms #635

Workflow file for this run

name: "Chromatic"
on: push
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: "yarn"
- name: Install dependencies
run: yarn --immutable
- name: Publish to Chromatic
uses: chromaui/action@v11
with:
projectToken: ${{ secrets.CHROMATIC_TOKEN }}