hotfix(docs): rename stable docs alias 'latest' → 'main'; serialize gh-pages pushes - #415
Merged
Conversation
…ze gh-pages pushes The site default and stable-docs alias is now /main/ (restores pre-0.20 bookmark URLs) instead of /latest/. Both deploy workflows point the 'main' alias at the current MAJOR.MINOR slug and set-default main; repo links and skill/microagent references updated. Also adds a shared concurrency group to the three docs deploy workflows: concurrent deploys raced on the gh-pages push (observed: develop deploy rejected with 'fetch first' while the main deploy pushed). VERSION 0.20.2 → 0.20.3 (CI/docs-only; bump required by the PR gate). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
Test Metrics —
|
| Test | Pass | Fail | Skip | Rate |
|---|---|---|---|---|
| test_colcon_build_gcs | 1 | 0 | 0 | 100% |
| test_colcon_build_ms_airsim | 1 | 0 | 0 | 100% |
| test_colcon_build_robot | 1 | 0 | 0 | 100% |
| test_colcon_test_robot | 1 | 0 | 0 | 100% |
Metrics
| Test | Metric | Value |
|---|---|---|
| test_colcon_build_robot | duration_s | 125.2s |
| test_colcon_test_robot | duration_s | 42.54s |
| test_colcon_build_gcs | duration_s | 62.06s |
| test_colcon_build_ms_airsim | duration_s | 15.62s |
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.
Per Andrew: the stable-docs alias goes back to
main— sodocs.theairlab.org/main/...works again (restoring pre-0.20 bookmarks) and is the site default./0.20/stays the canonical slug;mainis just the moving alias.--update-aliases ... main+mike set-default main./latest/links updated (root README), skill + microagent references updated.concurrency: docs-deploy-gh-pagesgroup on all three docs deploy workflows — earlier today the develop and main deploys raced on the gh-pages push and the develop one failed with "fetch first"; this serializes them.VERSION0.20.2→0.20.3(gate requirement).After merging (I'll handle it): remove the now-orphaned
latestalias from gh-pages (the merge-triggered deploy addsmainbut doesn't removelatest).Squash-merge is fine.
🤖 Generated with Claude Code