Skip to content

[sagemaker doc] add HF DLCs #92

[sagemaker doc] add HF DLCs

[sagemaker doc] add HF DLCs #92

name: Build SageMaker PR Documentation
on:
pull_request:
paths:
- docs/sagemaker/**
- .github/workflows/sagemaker_build_pr_documentation.yaml
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: sagemaker
path_to_docs: hub-docs/docs/sagemaker/source
additional_args: --not_python_module
pre_command: cd hub-docs/docs/sagemaker && make docs