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

Commit

Permalink
fixing incorrect storybook build command
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewrmarshall committed Feb 1, 2024
1 parent cb37beb commit fd4e72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install npm dependencies
run: yarn --immutable
- name: Run build script
run: yarn build:storybook
run: yarn build-storybook
- name: Deploy to `storybook-static` directory of `gh-pages` branch
uses: peaceiris/actions-gh-pages@de7ea6f8efb354206b205ef54722213d99067935
with:
Expand Down

0 comments on commit fd4e72b

Please sign in to comment.