Checkout the live deployment verifier - #9
Merged
Merged
Conversation
9 tasks
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.
Purpose
Repairs the one production-wiring defect found by the first post-merge Pages run from commit
9d750bdd5aacfb0b695ab979f7e8c5bc00e56971.The build, canon gates, tests, Chromium checks, accessibility checks, artifact verification, upload, and Pages deployment all succeeded. The deploy job then failed because it attempted to run
scripts/verify-live-deployment.mjswithout checking out the repository in that separate runner.Change
.github/workflows/pages.ymlThe added checkout uses the same approved full commit SHA already permitted by the repository workflow audit.
Observed production evidence
Pages run
29817468618:MODULE_NOT_FOUNDhmmm
No platform setting is changed by this PR. Issue #8 remains the boundary for Pages source, DNS, HTTPS, environment policy, and branch protection if the corrected live checks expose any such mismatch.