Skip to content

Commit

Permalink
ci: update doc release (jquense#2360)
Browse files Browse the repository at this point in the history
  • Loading branch information
cutterbl authored Feb 1, 2023
1 parent 6f600e7 commit 52a6d1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 'lts/*'

- name: Install and Build 🔧
run: | # Install npm packages and build the Storybook files
Expand Down

0 comments on commit 52a6d1f

Please sign in to comment.