Skip to content

Commit bff1446

Browse files
Bump sphinx-notes/pages from 2 to 3 (#767)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent df5399b commit bff1446

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs_latest.yml

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

.github/workflows/python-publish.yml

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

0 commit comments

Comments
 (0)