Skip to content

Commit

Permalink
Update Actions workflows to use Storybook.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed May 29, 2024
1 parent c383e9a commit 3b2b0a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
- name: Build
run: yarn build

- name: Build docs
run: yarn docs
- name: Build Storybook
run: yarn build-storybook

- name: Deploy docs to GitHub Pages
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
- name: Build
run: yarn build

- name: Build docs
run: yarn docs
- name: Build Storybook
run: yarn build-storybook

0 comments on commit 3b2b0a3

Please sign in to comment.