You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/api_inference_generate_documentation.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@ on:
5
5
schedule:
6
6
- cron: "0 3 * * *"# Every day at 3am
7
7
8
-
9
8
concurrency:
10
9
group: api_inference_generate_documentation
11
10
cancel-in-progress: true
@@ -45,6 +44,7 @@ jobs:
45
44
else
46
45
echo "changes_detected=false" >> $GITHUB_ENV
47
46
fi
47
+
rm changed_files.txt
48
48
49
49
# Skip PR if only certain files are updated
50
50
- name: Skip PR creation if no meaningful changes
@@ -68,10 +68,10 @@ jobs:
68
68
pnpm update @huggingface/tasks@latest
69
69
pnpm run generate
70
70
```
71
-
71
+
72
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).
0 commit comments