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/build_pr_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
jobs:
build:
if: github.event.pull_request.draft == false
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@7ccf6c02dc2e3aea1b07f6668f783b20c3bf407c # main
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@1b16dac5e33043af565fdf4c1b5b0fe81d0891c8 # 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.

Bump target 1b16dac5 is a clean fast-forward of 7ccf6c02 (ahead 12 / behind 0) and equals doc-builder's current main HEAD, so the # main marker stays accurate.

Caller contract is safe. Across this 12-commit delta, the only change to this reusable workflow is doc-builder #808, which adds an optional python_version input (no required, no default) and makes the uv venv step byte-identical when it's unset. Required workflow_call inputs are still commit_sha / pr_number / package — all passed below (lines 14-18); OpenEnv doesn't set python_version, so the PR doc build is unchanged. Full 40-char SHA pin retained, and no secrets are passed here.

with:
commit_sha: ${{ github.event.pull_request.head.sha }}
pr_number: ${{ github.event.number }}
Expand Down
Loading