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

Pin bumped to doc-builder main HEAD (1b16dac5, tip commit #816). Verified: clean fast-forward from 7ccf6c02 (ahead 12 / behind 0), still full-SHA pinned, and the only workflow_call interface change across the delta is an added optional python_version input (doc-builder #808). The with:/secrets: below remain valid — no new required input — so this caller won't break, and the # main comment stays accurate.

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