From 0da3adec2cd495084538f1129546010f13b1397e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 23:34:30 +0000 Subject: [PATCH] Bump sphinx-notes/pages from 3.5 to 3.6 Bumps [sphinx-notes/pages](https://github.com/sphinx-notes/pages) from 3.5 to 3.6. - [Release notes](https://github.com/sphinx-notes/pages/releases) - [Commits](https://github.com/sphinx-notes/pages/compare/3.5...3.6) --- updated-dependencies: - dependency-name: sphinx-notes/pages dependency-version: '3.6' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 12e1a04..33f3756 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -18,7 +18,7 @@ jobs: - name: Build and Deploy # Deploys to GitHub Pages only on main or release tags (v*) if: "github.ref == 'refs/heads/main' || (github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v'))" - uses: sphinx-notes/pages@3.5 + uses: sphinx-notes/pages@3.6 with: documentation_path: docs/source requirements_path: docs/source/requirements.txt