Skip to content

Commit

Permalink
chore: Copies public folder files into built storybook artefact folder
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-zahedi committed Apr 19, 2024
1 parent f20bfbb commit c3f0223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildStorybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- run: yarn --frozen-lockfile

- name: Build storybook artefacts
run: yarn build-storybook
run: yarn storybook:build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit c3f0223

Please sign in to comment.