Skip to content

Remove erroneous docs.json file (#5) #4

Remove erroneous docs.json file (#5)

Remove erroneous docs.json file (#5) #4

Workflow file for this run

name: "Chromatic Publish"
on:
push:
branches:
- master
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