Skip to content

Commit

Permalink
docs: fix docs deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
leonid committed Dec 3, 2024
1 parent 8626c68 commit f1c9d7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
- name: Build utils
run: pnpm --filter ./packages/utils run build

- name: Build UI Syntax
run: pnpm --filter ./packages/ui-theme run build

- name: Build UI Component Library
run: pnpm --filter ./packages/ui run build

Expand Down

0 comments on commit f1c9d7f

Please sign in to comment.