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@6108e850ae1cf2f71bb0815a600bcd50c39abfa7 # main
uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@7ccf6c02dc2e3aea1b07f6668f783b20c3bf407c # main

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

build_main_documentation.yml 6108e8507ccf6c02: clean fast-forward (ahead 2 / behind 0) and identical to doc-builder main HEAD, so # main stays accurate.

Caller contract verified safe: the called workflow changed only internally (doc-builder #811 reads _versions.yml from the served bucket via uvx hf cp instead of wget; #810 fixes .md export). The on: workflow_call: inputs/secrets are byte-identical at both SHAs, so this caller's commit_sha / package / version_tag_suffix / hf_token remain valid — no new required input or secret. Still a full-SHA pin. ✅

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