Skip to content

Commit f4b1a32

Browse files
committed
Re-run the CI with @mishig25
1 parent bf7d785 commit f4b1a32

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/api_inference_build_documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Inference API documentation
1+
name: Build Inference Providers documentation
22

33
on:
44
push:

.github/workflows/api_inference_build_pr_documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Inference API PR Documentation
1+
name: Build Inference Providers PR Documentation
22

33
on:
44
pull_request:

.github/workflows/api_inference_generate_documentation.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update API Inference Documentation
1+
name: Update Inference Providers Documentation
22

33
on:
44
workflow_dispatch:
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
pnpm update @huggingface/tasks@latest
3333
# Generate
34-
- name: Generate API inference documentation
34+
- name: Generate Inference Providers documentation
3535
run: pnpm run generate
3636
working-directory: ./scripts/inference-providers
3737

@@ -57,19 +57,19 @@ jobs:
5757
uses: peter-evans/create-pull-request@v7
5858
with:
5959
token: ${{ secrets.TOKEN_INFERENCE_SYNC_BOT }}
60-
commit-message: Update API inference documentation (automated)
60+
commit-message: Update Inference Providers documentation (automated)
6161
branch: update-inference-providers-docs-automated-pr
6262
delete-branch: true
63-
title: "[Bot] Update API inference documentation"
63+
title: "[Bot] Update Inference Providers documentation"
6464
body: |
65-
This PR automatically upgrades the `@huggingface/tasks` package and regenerates the API inference documentation by running:
65+
This PR automatically upgrades the `@huggingface/tasks` package and regenerates the Inference Providers documentation by running:
6666
```sh
6767
cd scripts/inference-providers
6868
pnpm update @huggingface/tasks@latest
6969
pnpm run generate
7070
```
7171
72-
This PR was automatically created by the [Update API Inference Documentation workflow](https://github.com/huggingface/hub-docs/blob/main/.github/workflows/api_inference_generate_documentation.yml).
72+
This PR was automatically created by the [Update Inference Providers Documentation workflow](https://github.com/huggingface/hub-docs/blob/main/.github/workflows/api_inference_generate_documentation.yml).
7373
7474
Please review the changes before merging.
7575
reviewers: |

.github/workflows/api_inference_upload_pr_documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Upload Inference API PR Documentation
1+
name: Upload Inference Providers PR Documentation
22

33
on:
44
workflow_run:
5-
workflows: ["Build Inference API PR Documentation"]
5+
workflows: ["Build Inference Providers PR Documentation"]
66
types:
77
- completed
88

0 commit comments

Comments
 (0)