Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/upload_pr_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
uses: huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml@7e6bd45ee271b96e75484eeafea1b3e6139cd0c7 # main
uses: huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml@6108e850ae1cf2f71bb0815a600bcd50c39abfa7 # main

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified this bump end-to-end (read-only):

  • 6108e850 is a real doc-builder commit (Add reachy_mini mock-deps registry entry doc-builder#807) and is identical to doc-builder's main HEAD, so the # main comment stays accurate; clean forward bump from 7e6bd45 (ahead 4 / behind 0).
  • Interface compatible: the new workflow_call still requires only package_name (input) + hf_token (secret) — both supplied below — with comment_bot_app_id / comment_bot_secret_pem optional. No newly-required input/secret; the inter-SHA delta was internal-only (dropped the doc-builder checkout + uv pip install, kept astral-sh/setup-uv).

Non-blocking: the sibling pins in build_pr_documentation.yml:13 and build_documentation.yml:12 are still on 7e6bd45; expected temporary skew that converges as the sibling Dependabot PRs merge.

with:
package_name: openenv
secrets:
Expand Down
Loading