From 0f9720f0d6b05acb05a98e77a50f4ac3705faafb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 16:48:43 +0000 Subject: [PATCH] ci(deps): update jamesives/github-pages-deploy-action action to v4.6.8 --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index cd241d4..5054cd3 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -74,7 +74,7 @@ jobs: uses: tj-actions/branch-names@v8 - name: Deploy website if: ${{ github.event_name != 'pull_request' && steps.branch-name.outputs.is_default == 'true' }} - uses: JamesIves/github-pages-deploy-action@v4.6.7 + uses: JamesIves/github-pages-deploy-action@v4.6.8 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages