Skip to content

Commit 35fe764

Browse files
fix
1 parent 331d83c commit 35fe764

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Build documentation
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- doc-builder*
8+
- v*-release
9+
- v*-patch
10+
11+
jobs:
12+
build:
13+
uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@main
14+
with:
15+
commit_sha: ${{ github.sha }}
16+
package: diffusers
17+
notebook_folder: diffusers_doc
18+
languages: en ko zh
19+
secrets:
20+
token: ${{ secrets.HUGGINGFACE_PUSH }}
21+
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}

0 commit comments

Comments
 (0)