diff --git a/.github/workflows/docs-stable.yml b/.github/workflows/docs-stable.yml index 3d41793ae0a..ff1beec482d 100644 --- a/.github/workflows/docs-stable.yml +++ b/.github/workflows/docs-stable.yml @@ -34,7 +34,7 @@ jobs: NODE_OPTIONS: '--max-old-space-size=4096' - name: Deploy Docs - 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: .out # The folder the action should deploy. diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9ad01a76f46..158adb07e94 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -116,7 +116,7 @@ jobs: NODE_OPTIONS: '--max-old-space-size=4096' - name: Deploy 🚀 - 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: .out # The folder the action should deploy.