diff --git a/.github/workflows/docs-stable.yml b/.github/workflows/docs-stable.yml index 12bc87dfb1c..b7881bd6d14 100644 --- a/.github/workflows/docs-stable.yml +++ b/.github/workflows/docs-stable.yml @@ -41,7 +41,7 @@ jobs: NODE_OPTIONS: '--max-old-space-size=4096' - name: Deploy Docs - uses: JamesIves/github-pages-deploy-action@v4.7.2 + uses: JamesIves/github-pages-deploy-action@v4.7.3 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 298ef0b03ea..cb9f5153f66 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -127,7 +127,7 @@ jobs: NODE_OPTIONS: '--max-old-space-size=4096' - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.7.2 + uses: JamesIves/github-pages-deploy-action@v4.7.3 with: branch: gh-pages # The branch the action should deploy to. folder: .out # The folder the action should deploy.