|
|
@ -9,7 +9,6 @@ concurrency:
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
build:
|
|
|
|
# TODO - switch back to main branch before merging
|
|
|
|
|
|
|
|
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@main
|
|
|
|
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@main
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
commit_sha: ${{ github.event.pull_request.head.sha }}
|
|
|
|
commit_sha: ${{ github.event.pull_request.head.sha }}
|
|
|
|