Skip to content

Commit

Permalink
RC #251 - Updating GitHub deploy action to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
dleadbetter committed Mar 6, 2024
1 parent aa332f9 commit 15881a4
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 @@ -16,7 +16,7 @@ jobs:
yarn install
yarn build-storybook
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.5.0
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages # The branch the action should deploy to.
folder: packages/storybook/storybook-static # The folder that the build-storybook script generates files.
Expand Down

0 comments on commit 15881a4

Please sign in to comment.