2023-08-10 02:24:52 -06:00
|
|
|
name: Build documentation
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
2023-08-10 23:07:53 -06:00
|
|
|
paths:
|
|
|
|
- "docs/source/**"
|
2023-08-10 02:24:52 -06:00
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
- doc-builder*
|
|
|
|
- v*-release
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@main
|
|
|
|
with:
|
|
|
|
commit_sha: ${{ github.sha }}
|
|
|
|
package: text-generation-inference
|
|
|
|
additional_args: --not_python_module
|
|
|
|
secrets:
|
2023-10-19 06:04:44 -06:00
|
|
|
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}
|