From c0507fab96b8b6f977a5a3981be4a9aa2e2653ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 15:20:35 +0000 Subject: [PATCH] :arrow_up: deps: Upgrade JamesIves/github-pages-deploy-action action to v4.6.7. --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 9a71cd6..d390252 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -17,7 +17,7 @@ jobs: run: npm run build-gh-pages - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.6.6 + uses: JamesIves/github-pages-deploy-action@v4.6.7 with: branch: gh-pages folder: gh-pages