Checkout Prologue in the docs-site workflow - #51
Merged
Conversation
The site build never checked out Cratis/Prologue as a sibling repo, so sync-content.mjs silently skipped it and the /prologue/ page never got built — breaking every link to it from the front page and the CLI's cross-reference. Add the missing checkout step, matching the pattern already used for Screenplay and the other self-contained products.
The tenancy section's landing page is index.md, not overview.md, so its URL is /arc/backend/tenancy/ — the /overview/ segment 404s and was breaking the internal-links check.
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.
Fixed
Cratis/Prologueas a sibling repo, sosync-content.mjssilently skipped it and/prologue/was never built — breaking every internal link to it (the front page, the Cratis Stack page, and the CLI's cross-reference page). See the failing run: https://github.com/Cratis/Documentation/actions/runs/30431471372/arc/backend/tenancy/overview/link on the "Why Cratis" page — the tenancy section's landing page isindex.md, so its URL is/arc/backend/tenancy/(no/overview/segment). Pre-existing, unrelated to Prologue, found while validating the fix above.Validated with a manual
workflow_dispatchrun on this branch (https://github.com/Cratis/Documentation/actions/runs/30432402059): all Prologue-related broken links are gone. The only remaining broken links are the two Arcaggregate-rootlinks fixed in Cratis/Chronicle#3533 — once that merges, the build should be fully green.