Skip to content

Commit

Permalink
Update storybook.yml
Browse files Browse the repository at this point in the history
Fix version number
  • Loading branch information
anaximander authored Sep 22, 2023
1 parent 31c16f1 commit 72999ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
yarn
yarn build-storybook
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.
uses: JamesIves/github-pages-deploy-action@v4.4.3
with:
folder: storybook-static # The folder that the build-storybook script generates files.
clean: true # Automatically remove deleted files from the deploy branch

0 comments on commit 72999ca

Please sign in to comment.