2023-08-10 02:24:52 -06:00
|
|
|
name: Build PR Documentation
|
|
|
|
|
|
|
|
on:
|
|
|
|
pull_request:
|
2023-08-10 23:07:53 -06:00
|
|
|
paths:
|
|
|
|
- "docs/source/**"
|
2023-08-10 02:24:52 -06:00
|
|
|
|
|
|
|
concurrency:
|
|
|
|
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
|
|
|
cancel-in-progress: true
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
2024-06-24 10:08:34 -06:00
|
|
|
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yaml@main
|
2023-08-10 02:24:52 -06:00
|
|
|
with:
|
|
|
|
commit_sha: ${{ github.event.pull_request.head.sha }}
|
|
|
|
pr_number: ${{ github.event.number }}
|
|
|
|
package: text-generation-inference
|
2024-02-16 03:58:58 -07:00
|
|
|
additional_args: --not_python_module
|