Skip to content

Commit c0e16ee

Browse files
authored
📍Pinning again. Don't ask. (#782)
* 📍Pinning again. Don't ask. * Change version
1 parent 11fe720 commit c0e16ee

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎.github/dependabot.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ updates:
2020
schedule:
2121
interval: "daily"
2222
ignore:
23-
- dependency-name: "spinx-notes/pages"
23+
- dependency-name: "sphinx-notes/pages"

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