Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recommend recent Sphinx for GitHub Pages #13055

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/tutorial/deploying.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ contents:
steps:
- uses: actions/checkout@v4
- name: Build HTML
uses: ammaraskar/sphinx-action@master
uses: ammaraskar/sphinx-action@8.0.2
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commenting as near to the relevant line as the GitHub web interface will allow me:

Perhaps we should consider updating the peaceiris/actions-gh-pages action at the same time? The differences between v3 and v4 of that plugin appear to be minimal, and are largely dependency-updates.

Expand Down