Change workflow reference to strip_to_docstrings

This commit is contained in:
Mishig
2025-09-30 10:57:40 +02:00
committed by GitHub
parent 7eb413b8af
commit d581eb0599

View File

@ -9,7 +9,7 @@ concurrency:
jobs:
build:
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@main
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@strip_to_docstrings
with:
commit_sha: ${{ github.event.pull_request.head.sha }}
pr_number: ${{ github.event.number }}