diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index e3c6214..6fbf431 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -83,7 +83,7 @@ jobs: # go into repo's settings > pages and set "deploy from branch: gh-pages". # The other defaults work fine. - name: Deploy to Github Pages - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.6.4 # ONLY if we're on main (so no PRs or feature branches allowed!) if: ${{ github.ref == 'refs/heads/main' }} with: