Skip to content

Align and update doc-builder commit hash in CI GitHub Actions#5631

Merged
albertvillanova merged 2 commits into
mainfrom
update-doc-builder-hash
Apr 24, 2026
Merged

Align and update doc-builder commit hash in CI GitHub Actions#5631
albertvillanova merged 2 commits into
mainfrom
update-doc-builder-hash

Conversation

@albertvillanova
Copy link
Copy Markdown
Member

@albertvillanova albertvillanova commented Apr 23, 2026

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-builder workflows 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.

  • Note that before this PR, the hashes were not aligned across GitHub Actions

Changes

Workflow version updates:

  • .github/workflows/build_documentation.yml: Updated the referenced commit hash for the build_main_documentation.yml reusable workflow
    • from 90b4ee2c10b81b5c1a6367c4e6fc9e2fb510a7e3
    • to 2430c1ec91d04667414e2fa31ecfc36c153ea391.
  • .github/workflows/build_pr_documentation.yml: Updated the referenced commit hash for the build_pr_documentation.yml reusable workflow
    • from 90b4ee2c10b81b5c1a6367c4e6fc9e2fb510a7e3
    • to 2430c1ec91d04667414e2fa31ecfc36c153ea391.
  • .github/workflows/upload_pr_documentation.yml: Updated the referenced commit hash for the upload_pr_documentation.yml reusable workflow
    • from 9ad2de8582b56c017cb530c1165116d40433f1c6
    • to 2430c1ec91d04667414e2fa31ecfc36c153ea391.

Note

Low Risk
Low risk: only updates the pinned commit SHA for reusable huggingface/doc-builder GitHub 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-builder commit (2430c1e...).

This aligns build_documentation.yml, build_pr_documentation.yml, and upload_pr_documentation.yml so 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.

@HuggingFaceDocBuilderDev
Copy link
Copy Markdown

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.

@albertvillanova albertvillanova merged commit b43476a into main Apr 24, 2026
13 checks passed
@albertvillanova albertvillanova deleted the update-doc-builder-hash branch April 24, 2026 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants