Skip to content

fix: πŸ› disable openapi.json #74

fix: πŸ› disable openapi.json

fix: πŸ› disable openapi.json #74

Workflow file for this run

# Workflow name
name: "Chromatic"
# Event for the workflow
on:
push:
branches:
- main
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0 # Required to retrieve git history
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Install dependencies
run: pnpm install
- name: Build UI
run: pnpm --filter "@doss/ui" build
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
# ? https://www.chromatic.com/docs/github-actions/
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
workingDir: apps/storybook
buildScriptName: build