Skip to content

Commit

Permalink
actually fix storybook CI (#1689)
Browse files Browse the repository at this point in the history
  • Loading branch information
turbocrime authored Aug 13, 2024
1 parent 64624bd commit 5ce1da8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-ui-preview-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:

- name: Protobuf codegen
run: pnpm proto
working-directory: packages/protobuf

- name: Build static site
run: pnpm build-storybook
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-ui-preview-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:

- name: Protobuf codegen
run: pnpm proto
working-directory: packages/protobuf

- name: Build static site
run: pnpm build-storybook
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-ui-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:

- name: Protobuf codegen
run: pnpm proto
working-directory: packages/protobuf

- name: Build static site
run: pnpm build-storybook
Expand Down

0 comments on commit 5ce1da8

Please sign in to comment.