Align and update doc-builder commit hash in CI GitHub Actions#5631
Merged
Conversation
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
qgallouedec
approved these changes
Apr 23, 2026
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.
Align and update doc-builder commit hash in CI GitHub Actions.
This PR updates the GitHub Actions workflows to use a newer version of the shared
doc-builderworkflows from Hugging Face. The main goal is to ensure all documentation-related workflows use the same, latest workflow version for consistency and to benefit from upstream improvements or fixes.Changes
Workflow version updates:
.github/workflows/build_documentation.yml: Updated the referenced commit hash for thebuild_main_documentation.ymlreusable workflow90b4ee2c10b81b5c1a6367c4e6fc9e2fb510a7e32430c1ec91d04667414e2fa31ecfc36c153ea391..github/workflows/build_pr_documentation.yml: Updated the referenced commit hash for thebuild_pr_documentation.ymlreusable workflow90b4ee2c10b81b5c1a6367c4e6fc9e2fb510a7e32430c1ec91d04667414e2fa31ecfc36c153ea391..github/workflows/upload_pr_documentation.yml: Updated the referenced commit hash for theupload_pr_documentation.ymlreusable workflow9ad2de8582b56c017cb530c1165116d40433f1c62430c1ec91d04667414e2fa31ecfc36c153ea391.Note
Low Risk
Low risk: only updates the pinned commit SHA for reusable
huggingface/doc-builderGitHub Actions workflows, affecting documentation CI behavior but not runtime code.Overview
Updates the documentation CI workflows to pin all doc build/upload jobs to the same newer
huggingface/doc-buildercommit (2430c1e...).This aligns
build_documentation.yml,build_pr_documentation.yml, andupload_pr_documentation.ymlso main-branch docs, PR docs, and PR doc uploads all run against the same upstream workflow version.Reviewed by Cursor Bugbot for commit bbb2f6c. Bugbot is set up for automated code reviews on this repo. Configure here.