Skip to content
This repository was archived by the owner on Mar 21, 2026. It is now read-only.

docs: add AWS (EC2/SageMaker) deployment + benchmarking guide (#3352) #113

docs: add AWS (EC2/SageMaker) deployment + benchmarking guide (#3352)

docs: add AWS (EC2/SageMaker) deployment + benchmarking guide (#3352) #113

name: Build documentation
on:
push:
paths:
- "docs/source/**"
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:
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}