diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 3880759..91a23b2 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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.