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

jobs:
build:
uses: huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml@7ccf6c02dc2e3aea1b07f6668f783b20c3bf407c # main
uses: huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml@931031bf2b54aabb134ceb54980a6a2860a00f11 # 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.

Verified this bump: 931031bf… is doc-builder's current main HEAD (clean fast-forward from 7ccf6c02, …main = identical), still pinned to a full 40-char SHA. The upstream delta doesn't touch this upload_pr_documentation.yml reusable workflow (only the build workflows + an mdsvex kit fix), so its workflow_call inputs/secrets are unchanged and this call site's package_name / hf_token / comment_bot_* remain valid. No break expected.

with:
package_name: openenv
secrets:
Expand Down
Loading