diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7be121f2..ad0916a7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -203,7 +203,7 @@ jobs: - name: Deploy docs 🚀 to website if: ${{ contains(matrix.os, 'macos') }} - uses: JamesIves/github-pages-deploy-action@v4.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.1 with: branch: gh-pages # The branch the action should deploy to. folder: site # The folder the action should deploy. diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 35a0eede..3f4a7661 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -107,7 +107,7 @@ jobs: - name: Deploy docs 🚀 to website if: ${{ contains(matrix.os, 'macos') }} - uses: JamesIves/github-pages-deploy-action@v4.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.1 with: branch: gh-pages # The branch the action should deploy to. folder: site # The folder the action should deploy.