From 96df98f3b5e80fe1f0fb91437486bfc01f2816c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 12:29:04 +0000 Subject: [PATCH] ci(deps): update jamesives/github-pages-deploy-action action to v4.6.7 --- .github/workflows/build-and-deploy-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy-site.yml b/.github/workflows/build-and-deploy-site.yml index 7a730f4..828e106 100644 --- a/.github/workflows/build-and-deploy-site.yml +++ b/.github/workflows/build-and-deploy-site.yml @@ -29,7 +29,7 @@ jobs: - name: Deploy site if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/main' }} - uses: JamesIves/github-pages-deploy-action@v4.6.6 + uses: JamesIves/github-pages-deploy-action@v4.6.7 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages