diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 8c5cfcbc..455c62aa 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -135,7 +135,7 @@ jobs: - name: Build run: yarn build-storybook - name: Deploy - uses: JamesIves/github-pages-deploy-action@v4.4.3 + uses: JamesIves/github-pages-deploy-action@v4.7.3 with: branch: gh-pages folder: storybook-static