Fix release docs checkout trust - #690
Merged
Merged
Conversation
|
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.
Description
The v0.3.0 versioned documentation build failed while the architecture extension read Git sources because the container rejected the checkout as a repository with dubious ownership. The regular main documentation job already marks
$GITHUB_WORKSPACEas a Git safe directory, but the manual release-doc build did not.This PR adds the same trust step to
docs-pages.ymlbefore Sphinx invokes the Git-backed architecture generator, and adds a workflow contract test that pins its ordering before the docs build.Failed release docs run: https://github.com/DexForce/EmbodiChain/actions/runs/36023462466
Dependencies: none.
Issue reference: N/A.
Type of change
Screenshots
Not applicable.
Validation
Trust checked-out repositorywas absent, then passed after the fix.black .with Black 26.3.1 — 1 test file reformatted; 1,138 files unchanged.python -m pytest -q tests/ci— 43 passed, 4 skipped.python docs/scripts/check_api_docs.py— 2,273/2,273 exports documented.git diff --check— passed.Checklist
black ..