Skip to content

Commit c1aef71

Browse files
committed
update huggingface/tasks before generating docs
1 parent 859db66 commit c1aef71

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/api_inference_generate_documentation.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ jobs:
2626
cwd: ./scripts/api-inference
2727
args: [--frozen-lockfile]
2828
package_json_file: ./scripts/api-inference/package.json
29-
29+
- name: Update huggingface/tasks package
30+
working-directory: ./scripts/api-inference
31+
run: |
32+
pnpm update @huggingface/tasks@latest
3033
# Generate
3134
- name: Generate API inference documentation
3235
run: pnpm run generate

0 commit comments

Comments
 (0)