Skip to content

refactor: (tiles) improve tiles loading state and fix empty sections … #196

refactor: (tiles) improve tiles loading state and fix empty sections …

refactor: (tiles) improve tiles loading state and fix empty sections … #196

name: "Storybook to Chromatic"
on: push
jobs:
publish-storybook:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: yarn install
- name: Build Storybook
run: yarn build-storybook
- name: Publish to Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
storybookBuildDir: storybook-static