From 00f3dd1e1505b89b8fd407effe3a3a7346ca8d54 Mon Sep 17 00:00:00 2001 From: Nathan Raw Date: Wed, 14 Dec 2022 21:41:51 -0500 Subject: [PATCH] Update .github/workflows/build_pr_documentation.yml --- .github/workflows/build_pr_documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_pr_documentation.yml b/.github/workflows/build_pr_documentation.yml index 934a7acd..6647be72 100644 --- a/.github/workflows/build_pr_documentation.yml +++ b/.github/workflows/build_pr_documentation.yml @@ -9,6 +9,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 with: commit_sha: ${{ github.event.pull_request.head.sha }}