Skip to content

Merge pull request #338 from chromaui/revert-330-norbert/cpc #1429

Merge pull request #338 from chromaui/revert-330-norbert/cpc

Merge pull request #338 from chromaui/revert-330-norbert/cpc #1429

Workflow file for this run

name: "Chromatic"
on: push
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install dependencies
run: yarn install --immutable
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
externals: |
- 'public/**'
onlyChanged: true
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}