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

Commit

Permalink
Fix Chromatic GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Palkovic authored and Valentin Palkovic committed Jan 24, 2024
1 parent dfd1d9c commit 4019311
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Build
run: pnpm build

- name: Publish to Chromatic
uses: chromaui/action@v1
with:
Expand Down

0 comments on commit 4019311

Please sign in to comment.