From f01e1609bf4dba146d1347c1368c8c49df8636f6 Mon Sep 17 00:00:00 2001 From: Lucain Date: Tue, 26 Mar 2024 14:46:02 +0100 Subject: [PATCH] Set custom_container in build docs workflows (#29855) --- .github/workflows/build_documentation.yml | 1 + .github/workflows/build_pr_documentation.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index 99f0f15230a017..e3e3b5f2df37f1 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -16,6 +16,7 @@ jobs: package: transformers notebook_folder: transformers_doc languages: de en es fr hi it ko pt tr zh ja te + custom_container: huggingface/transformers-doc-builder secrets: token: ${{ secrets.HUGGINGFACE_PUSH }} hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }} diff --git a/.github/workflows/build_pr_documentation.yml b/.github/workflows/build_pr_documentation.yml index f6fa4c8d537cc6..c8d073ea34688f 100644 --- a/.github/workflows/build_pr_documentation.yml +++ b/.github/workflows/build_pr_documentation.yml @@ -15,3 +15,4 @@ jobs: pr_number: ${{ github.event.number }} package: transformers languages: de en es fr hi it ko pt tr zh ja te + custom_container: huggingface/transformers-doc-builder