Skip to content

Commit

Permalink
storybook gh action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rrmerugu committed Oct 18, 2023
1 parent f33a134 commit f7dbb17
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 @@ -21,7 +21,7 @@ jobs:
npm ci
npm run build-storybook
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4
uses: JamesIves/github-pages-deploy-action@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
Expand Down

0 comments on commit f7dbb17

Please sign in to comment.