From bb88e1f6166971d6a2152638797926f45a818369 Mon Sep 17 00:00:00 2001 From: nateraw Date: Tue, 3 Jan 2023 10:24:07 -0500 Subject: [PATCH] :pushpin: update gh action to use main 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 910817d5..f6f96a0f 100644 --- a/.github/workflows/build_pr_documentation.yml +++ b/.github/workflows/build_pr_documentation.yml @@ -10,7 +10,7 @@ concurrency: jobs: 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@main with: commit_sha: ${{ github.event.pull_request.head.sha }} pr_number: ${{ github.event.number }}