1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

[Chore] run the documentation workflow in a custom container. (#8266)

run the documentation workflow in a custom container.
This commit is contained in:
Sayak Paul
2024-05-24 15:10:02 +05:30
committed by GitHub
parent 46a9db0336
commit 9941f1f61b
2 changed files with 2 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ jobs:
package: diffusers
notebook_folder: diffusers_doc
languages: en ko zh ja pt
custom_container: diffusers/diffusers-doc-builder
secrets:
token: ${{ secrets.HUGGINGFACE_PUSH }}
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}

View File

@@ -20,3 +20,4 @@ jobs:
install_libgl1: true
package: diffusers
languages: en ko zh ja pt
custom_container: diffusers/diffusers-doc-builder