From be2c40ca2a6842ecc4385b2d2b9813aada90b392 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 17:42:23 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.8.0 --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 30cc4246..ee1ec5fe 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -51,7 +51,7 @@ jobs: run: yarn build - name: Deploy Github Pages (only on main) - uses: JamesIves/github-pages-deploy-action@v4.7.4 + uses: JamesIves/github-pages-deploy-action@v4.8.0 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} with: branch: gh-pages