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_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@bcff59fca682130d2e7271ca8589911b7ac0b8bf # main
uses: huggingface/doc-builder/.github/workflows/build_main_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 via the GitHub API: 7e6bd45 is a real doc-builder commit — 9 ahead / 0 behind the old bcff59f, and == the current main tip (matches the # main pin).

It's huggingface/doc-builder#803, which adds tomli + mock_deps/openenv.txt specifically for OpenEnv's doc build. The reusable workflow still requires only commit_sha + package (inputs) and the hf_token secret — all provided by this caller — so there's no interface breakage (the only removal is the unused custom_container input).

with:
commit_sha: ${{ github.sha }}
package: openenv
Expand Down
Loading