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