From 9a7624357cdb42072aa5ec5b05748d1464e891ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 21:16:03 +0000 Subject: [PATCH] Bump JamesIves/github-pages-deploy-action from 4.7.4 to 4.8.0 Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.7.4 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/4a3abc783e1a24aeb44c16e869ad83caf6b4cc23...d92aa235d04922e8f08b40ce78cc5442fcfbfa2f) --- 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/build_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index c7a13d9..9a7fc21 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -24,7 +24,7 @@ jobs: sphinx-build -a -b html docs/source docs/build ls docs/build - name: Deploy to GitHub pages (Deploy to gh-pages branch by default. Make sure to point Settings -> Pages in GitHub repository to use gh-pages branch) - uses: JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 + uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f with: folder: docs/build # The folder the action should deploy.