Skip to content

Commit bbe65e5

Browse files
committed
fix(cd): fix version for gh-pages action
1 parent 17bb8c2 commit bbe65e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: yarn build
4444

4545
- name: Deploy Storybook 🚀
46-
uses: JamesIves/github-pages-deploy-action@4
46+
uses: JamesIves/github-pages-deploy-action@v4
4747
with:
4848
branch: gh-pages # The branch the action should deploy to.
4949
folder: docs/storybook-static # The folder the action should deploy.

0 commit comments

Comments
 (0)