Skip to content

Commit

Permalink
📍Pinning again. Don't ask. (#782)
Browse files Browse the repository at this point in the history
* 📍Pinning again. Don't ask.

* Change version
  • Loading branch information
lord-haffi authored Apr 30, 2024
1 parent 11fe720 commit c0e16ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ updates:
schedule:
interval: "daily"
ignore:
- dependency-name: "spinx-notes/pages"
- dependency-name: "sphinx-notes/pages"
2 changes: 1 addition & 1 deletion .github/workflows/docs_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
docker compose up -d
- name: Build the documentation
uses: sphinx-notes/pages@v3
uses: sphinx-notes/pages@v2
# Note: This action has a newer version (v3 atm), but it doesn't has the feature to specify the target path.
# We need that in order to be able to store (and deploy) multiple versions of the documentation.
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
run: |
docker compose up -d
- name: Build the documentation
uses: sphinx-notes/pages@v3
uses: sphinx-notes/pages@v2
# Note: This action has a newer version (v3 atm), but it doesn't has the feature to specify the target path.
# We need that in order to be able to store (and deploy) multiple versions of the documentation.
with:
Expand Down

0 comments on commit c0e16ee

Please sign in to comment.