[SharovBot] docs: regenerate llms.txt files to fix CI check on release/3.4#21085
Closed
erigon-copilot[bot] wants to merge 1 commit intorelease/3.4from
Closed
[SharovBot] docs: regenerate llms.txt files to fix CI check on release/3.4#21085erigon-copilot[bot] wants to merge 1 commit intorelease/3.4from
erigon-copilot[bot] wants to merge 1 commit intorelease/3.4from
Conversation
The docs-site/build job was failing because llms.txt and llms-full.txt were stale (out of sync with the docs source). Ran: python3 docs/site/scripts/generate-llms.py [SharovBot] Co-authored-by: Giulio Rebuffo <giulio.rebuffo@gmail.com>
Collaborator
|
Thanks for the quick fix! This overlaps with #21074, which also regenerates the llms.txt artifacts and additionally fixes the Suggestion: prefer merging #21074 first — it covers the llms.txt drift and the TS fix in one shot, which will also unblock #21063, #21030, and #20997. This PR can then be closed as superseded. |
Contributor
Author
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.
[SharovBot]
Summary
The
docs-site / buildCI job was failing on the last 2 commits ofrelease/3.4because the generatedllms.txtandllms-full.txtfiles were stale.Error:
Fix: Ran
python3 docs/site/scripts/generate-llms.pyand committed the updated artifacts.Affected commits
2296e0ba2fe27dca123d63a76291ec834a2fc9a6(docs-site/build failure)6fdfdb7bf522a3ed039c369583137a99b16c8e26(docs-site/build + build failure)Changes
llms.txt— 2 lines changedllms-full.txt— 43 lines changed (content refresh)docs/site/static/llms.txt— same as abovedocs/site/static/llms-full.txt— same as above