ci: make docs CI work without private RTL clone (this repo only)#110
Open
hkimw wants to merge 2 commits into
Open
ci: make docs CI work without private RTL clone (this repo only)#110hkimw wants to merge 2 commits into
hkimw wants to merge 2 commits into
Conversation
- Added continue-on-error: true to RTL clone steps in lint.yml and deploy.yml - This prevents the public docs CI from being blocked by pccx-internal private v002 book build token issues - Also cleaned related minor lint issues in Evidence Book-related token headaches should no longer cause run failures for docs changes.
…only) - Add REQUIRE_RTL variable (default 1) - check-codes and build targets now support REQUIRE_RTL=0 for pure documentation work - lint.yml + deploy.yml updated with clear comments + continue-on-error on RTL clone - Workflows only reference the public mirror - "make lint" and "make strict REQUIRE_RTL=0" now work without private RTL dependency This change is limited to the documentation repo only.
Deploying pccx with
|
| Latest commit: |
65b8135
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://62e622b5.pccx.pages.dev |
| Branch Preview URL: | https://chore-cut-cross-domain-redir.pccx.pages.dev |
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.
Summary
REQUIRE_RTLMakefile variable somake lintandmake strict REQUIRE_RTL=0work cleanly for docs-only changes.lint.yml,deploy.yml) to use public mirror +continue-on-erroron RTL clone steps.This change is limited to the
pccxdocumentation repository only. Other repos (RTL, lab, etc.) are unaffected.Verification
make lintpasses cleanly (sphinx-lint)make strict REQUIRE_RTL=0does not hard-fail due to missing RTLRelated
Follow-up to previous docs/CI cleanup work (PRs #108, #109).