diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 84399cc..454a59b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -65,7 +65,7 @@ jobs: - name: Deploy 🚀 if: github.ref == 'refs/heads/master' && github.event.repository.fork == false - uses: JamesIves/github-pages-deploy-action@v4.3.3 + uses: JamesIves/github-pages-deploy-action@v4.4.2 with: branch: gh-pages # The branch the action should deploy to. folder: _site # The folder the action should deploy.