Skip to content

Commit 61727bf

Browse files
authored
📍Pin version sphinx-notes/pages@v2 (#768)
1 parent bff1446 commit 61727bf

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ updates:
1919
directory: "/"
2020
schedule:
2121
interval: "daily"
22+
ignore:
23+
- dependency-name: "spinx-notes/pages"
24+
versions: ["v3"]

.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@v3
40+
uses: sphinx-notes/pages@v2
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@v3
100+
uses: sphinx-notes/pages@v2
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)