Skip to content
Merged
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
8 changes: 4 additions & 4 deletions .github/workflows/api_inference_generate_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
schedule:
- cron: "0 3 * * *" # Every day at 3am


concurrency:
group: api_inference_generate_documentation
cancel-in-progress: true
Expand Down Expand Up @@ -45,6 +44,7 @@ jobs:
else
echo "changes_detected=false" >> $GITHUB_ENV
fi
rm changed_files.txt

# Skip PR if only certain files are updated
- name: Skip PR creation if no meaningful changes
Expand All @@ -68,10 +68,10 @@ jobs:
pnpm update @huggingface/tasks@latest
pnpm run generate
```

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).

Please review the changes before merging.
reviewers: |
Wauplin
hanouticelina
hanouticelina
Loading