Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Merge pull request #328 from nekochans/feature/fix-tsconfig-json #743

Merge pull request #328 from nekochans/feature/fix-tsconfig-json

Merge pull request #328 from nekochans/feature/fix-tsconfig-json #743

Workflow file for this run

name: chromatic
on: push
jobs:
chromatic-deployment:
name: Deploy Storybook to chromatic
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install dependencies
run: npm ci --legacy-peer-deps
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
onlyChanged: true