From 07c8c37ad23b297f47719ae2ab2adff3dc181b0d Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Mon, 12 Jun 2023 12:11:41 +0200 Subject: [PATCH] fix --- .github/workflows/build_documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index 6fc8d343cd..ffb0814637 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -15,7 +15,7 @@ jobs: commit_sha: ${{ github.sha }} package: diffusers notebook_folder: diffusers_doc - languages: en ko zh + languages: en ko secrets: token: ${{ secrets.HUGGINGFACE_PUSH }} hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}