Skip to content

Merge pull request #4 from base/danc/mintlify-migration #2

Merge pull request #4 from base/danc/mintlify-migration

Merge pull request #4 from base/danc/mintlify-migration #2

Workflow file for this run

name: "Chromatic Publish"
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
run: cd storybook && yarn install
- uses: chromaui/action@latest
with:
workingDir: storybook
buildScriptName: build-storybook
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
onlyChanged: true