Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
ci: fix storybook workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
frencojobs committed Aug 11, 2022
1 parent 40e8779 commit 78168c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Build storybook and deploy it as a github page

name: Build and Deploy Storybook

on:
release:
types: [created]
Expand All @@ -26,7 +25,7 @@ jobs:
run: pnpm i --frozen-lockfile

- name: Build 🔧
run: pnpm build
run: pnpm run build:storybook

- name: Deploy 🚀
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 78168c4

Please sign in to comment.