We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a3fea2 + 51593da commit 6fc169cCopy full SHA for 6fc169c
.github/workflows/build_documentation.yml
@@ -10,14 +10,13 @@ on:
10
11
jobs:
12
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
+ 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
21
22
secrets:
23
token: ${{ secrets.HUGGINGFACE_PUSH }}
0 commit comments