Skip to content

Commit

Permalink
forgot to commit this one
Browse files Browse the repository at this point in the history
  • Loading branch information
Wauplin committed Sep 13, 2024
1 parent 522d3e9 commit 9712051
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/api_inference_build_pr_documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Build Inference API PR Documentation

on:
pull_request:
paths:
- "docs/api-inference/**"

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
build:
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@main
with:
commit_sha: ${{ github.event.pull_request.head.sha }}
pr_number: ${{ github.event.number }}
package: hub-docs
package_name: api-inference
path_to_docs: hub-docs/docs/api-inference/
additional_args: --not_python_module

0 comments on commit 9712051

Please sign in to comment.