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

Update DesignTokens.mdx #274

Update DesignTokens.mdx

Update DesignTokens.mdx #274

Workflow file for this run

name: Chromatic
on: push
defaults:
run:
working-directory: packages/design-system
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
workingDir: packages/design-system