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@bcff59fca682130d2e7271ca8589911b7ac0b8bf # main
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@7e6bd45ee271b96e75484eeafea1b3e6139cd0c7 # 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 safe. 7e6bd45 is a clean fast-forward of bcff59f on doc-builder main (9 ahead / 0 behind), so # main stays accurate. The reusable workflow's workflow_call inputs still accept this caller's commit_sha / pr_number / package / version_tag_suffix — the bump only drops the unused optional custom_container and adds an optional fail_on_warning (default false), so there's no new required input and the call won't break. Tip commit is doc-builder #803 "Add tomli to openenv real doc-build deps", an OpenEnv-specific docs-build fix.

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