Skip to content

Commit

Permalink
fix(cd): fix version for gh-pages action
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitkrai03 committed Jan 19, 2024
1 parent 4776adc commit 17bb8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: yarn build

- name: Deploy Storybook 🚀
uses: JamesIves/github-pages-deploy-action@4.5.0
uses: JamesIves/github-pages-deploy-action@4
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs/storybook-static # The folder the action should deploy.

0 comments on commit 17bb8c2

Please sign in to comment.