diff --git a/.github/workflows/website.yaml b/.github/workflows/website.yaml index 783a920..df3d857 100644 --- a/.github/workflows/website.yaml +++ b/.github/workflows/website.yaml @@ -72,7 +72,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.7.2 + uses: JamesIves/github-pages-deploy-action@v4.7.3 # ONLY if we're on main (so no PRs or feature branches allowed!) if: ${{ github.ref == 'refs/heads/main' }} with: