diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93b51f085..7b8ecd8bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: run: npm run docs - name: Deploy to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.4.3 + uses: JamesIves/github-pages-deploy-action@v4.5.0 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.