Skip to content

Commit 3975ad4

Browse files
Bump sphinx-notes/pages from 2 to 3 (#777)
Bumps [sphinx-notes/pages](https://github.com/sphinx-notes/pages) from 2 to 3. - [Release notes](https://github.com/sphinx-notes/pages/releases) - [Commits](sphinx-notes/pages@v2...v3) --- updated-dependencies: - dependency-name: sphinx-notes/pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cadbccb commit 3975ad4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
docker compose up -d
5151
- name: Build the documentation
52-
uses: sphinx-notes/pages@v2
52+
uses: sphinx-notes/pages@v3
5353
# Note: This action has a newer version (v3 atm), but it doesn't has the feature to specify the target path.
5454
# We need that in order to be able to store (and deploy) multiple versions of the documentation.
5555
with:

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
run: |
9494
docker compose up -d
9595
- name: Build the documentation
96-
uses: sphinx-notes/pages@v2
96+
uses: sphinx-notes/pages@v3
9797
# Note: This action has a newer version (v3 atm), but it doesn't has the feature to specify the target path.
9898
# We need that in order to be able to store (and deploy) multiple versions of the documentation.
9999
with:

0 commit comments

Comments
 (0)