1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-29 07:22:12 +03:00

Merge branch 'main' of https://github.com/huggingface/diffusers into v0.18.0-release

This commit is contained in:
Patrick von Platen
2023-07-06 19:29:40 +02:00

View File

@@ -10,14 +10,13 @@ on:
jobs:
build:
steps:
uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@main
with:
commit_sha: ${{ github.sha }}
install_libgl1: true
package: diffusers
notebook_folder: diffusers_doc
languages: en ko zh
uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@main
with:
commit_sha: ${{ github.sha }}
install_libgl1: true
package: diffusers
notebook_folder: diffusers_doc
languages: en ko zh
secrets:
token: ${{ secrets.HUGGINGFACE_PUSH }}