From d3f7bb4fb7e9666409edb59c06eef90ce45e0090 Mon Sep 17 00:00:00 2001 From: nateraw Date: Mon, 5 Dec 2022 18:21:36 -0500 Subject: [PATCH] :construction_worker: update pr doc builder to bugfix branch --- .github/workflows/build_pr_documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_pr_documentation.yml b/.github/workflows/build_pr_documentation.yml index 4b1b5c9d..934a7acd 100644 --- a/.github/workflows/build_pr_documentation.yml +++ b/.github/workflows/build_pr_documentation.yml @@ -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@repo-owner-bugfix with: commit_sha: ${{ github.event.pull_request.head.sha }} pr_number: ${{ github.event.number }}