From 773ff80fe32ff4627f67891a6e30cef7b01e8400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 07:24:09 +0000 Subject: [PATCH] Bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.8.0 Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.7.3 to 4.8.0. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.7.3...v4.8.0) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/push_to_branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_to_branch.yml b/.github/workflows/push_to_branch.yml index 092e6f8b..e6048f3d 100644 --- a/.github/workflows/push_to_branch.yml +++ b/.github/workflows/push_to_branch.yml @@ -50,7 +50,7 @@ jobs: JEKYLL_ENV: production - name: Deploy 🚀 # Deploy to branch - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.8.0 with: branch: gh-pages folder: _site/ # Change it to 'docs/_site/' if the site is hosted in (e.g.) 'docs' folder