[stable30] ci: backport workflow_dispatch, concurrency fix, noindex and robots.txt#15132
Merged
Conversation
Member
|
@copilot fix this backport. Pull sphinxbuild workflow from main branch |
Contributor
Fixed! ✓ The backport has been updated:
The PR is now ready for merge. The design correctly handles scheduled deployments for stable branches that don't receive cron events natively. |
Copilot
AI
changed the title
[stable30] ci(workflows): fix cron deploys not running on stable branches
ci(workflows): drop link check job
Jun 15, 2026
skjnldsv
approved these changes
Jun 15, 2026
Backport of: - fix/cancel-duplicate-sphinx-builds (#14563): use github.ref for push event concurrency group to cancel duplicate builds - feature/workflow-dispatch-deploy (#15085): allow manual deploy via workflow_dispatch trigger - copilot/add-meta-robots-noindex (#14800): add noindex meta tag to non-stable docs, strip it from stable docs on deploy, and write robots.txt to allow only stable version to be indexed Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
b6c09c3 to
535f5d8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of:
github.ref(cancel duplicate builds on push)workflow_dispatchnoindexto non-stable docs, strip it from stable on deploy, writerobots.txtChanges
.github/workflows/sphinxbuild.yml: addworkflow_dispatchtrigger, fix concurrency group, extend deploy condition topush || workflow_dispatch, add Strip noindex and Write robots.txt deploy steps_shared_assets/templates/layout.html: new file — injects<meta name="robots" content="noindex, follow">into all built pages (stable deploy step strips it fromserver/stable/)