diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c950f5e83..9e56f32a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: run: npm run docs - name: Deploy to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.6.1 + uses: JamesIves/github-pages-deploy-action@v4.6.3 with: branch: gh-pages # The branch the action should deploy to. folder: docs/api/@edx/frontend-platform/1.0.0-semantically-released # The folder the action should deploy.