Skip to content

Commit 6fc169c

Browse files
Merge branch 'main' of https://github.com/huggingface/diffusers into v0.18.0-release
2 parents 9a3fea2 + 51593da commit 6fc169c

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/build_documentation.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@ on:
1010

1111
jobs:
1212
build:
13-
steps:
14-
uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@main
15-
with:
16-
commit_sha: ${{ github.sha }}
17-
install_libgl1: true
18-
package: diffusers
19-
notebook_folder: diffusers_doc
20-
languages: en ko zh
13+
uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@main
14+
with:
15+
commit_sha: ${{ github.sha }}
16+
install_libgl1: true
17+
package: diffusers
18+
notebook_folder: diffusers_doc
19+
languages: en ko zh
2120

2221
secrets:
2322
token: ${{ secrets.HUGGINGFACE_PUSH }}

0 commit comments

Comments
 (0)