Commit a714d17
ci(inference-providers): bump doc-builder pin to InferenceSnippet prerender fix (#2531)
* ci(inference-providers): bump doc-builder pin to InferenceSnippet prerender fix
The inference-providers doc build crashes when a provider/task section has no
snippet in the kit's `@huggingface/inference` (e.g. `together` +
`automatic-speech-recognition`, supported by the generator's 4.13.18 but not the
kit's pinned 4.13.15): the InferenceSnippet component dereferences
`clients.length` on undefined → SvelteKit 500 → build fails on main and every PR.
Bump the pinned doc-builder ref for both build workflows to the fix
(huggingface/doc-builder#791), which defaults `clients` to `[]` so the prerender
no longer crashes on an unsupported combo.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* ci: repoint doc-builder pin to merged main (huggingface/doc-builder#791)
#791 merged; point both build workflows at the resulting doc-builder main
commit (bcff59f) instead of the fix-branch head.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* ci: bump upload workflow doc-builder pin to bcff59f for consistency
Keep all three inference-providers workflows on the same doc-builder main commit.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 4c5be43 commit a714d17
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments