From 3e5ab0d1fe266f8658bfe2f1e126febfa1b61438 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 20:13:09 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.6.0 (#111) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-on-push-to-main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-on-push-to-main.yaml b/.github/workflows/build-on-push-to-main.yaml index 00b4012..508e9fd 100644 --- a/.github/workflows/build-on-push-to-main.yaml +++ b/.github/workflows/build-on-push-to-main.yaml @@ -18,7 +18,7 @@ jobs: - run: npm run build - name: Deploy to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.5.0 + uses: JamesIves/github-pages-deploy-action@v4.6.0 with: branch: gh-pages folder: build/site