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@7e6bd45ee271b96e75484eeafea1b3e6139cd0c7 # main
uses: huggingface/doc-builder/.github/workflows/build_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 against upstream: 6108e850 is identical to huggingface/doc-builder@main HEAD, so the # main annotation is accurate. The previous pin 7e6bd45 is a clean ancestor (fast-forward, ahead-by-4/behind-by-0), so openenv's tomli light-install support (doc-builder #803) is retained. The 4 new commits are doc-builder-internal (an upload_pr_documentation cleanup + mock-dependency registry entries for other projects).

Minor consistency note: the sibling refs in build_documentation.yml and upload_pr_documentation.yml still point at 7e6bd45; ideally all three converge on the same main commit once Dependabot's sibling PRs land.

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