File tree Expand file tree Collapse file tree 2 files changed +14
-30
lines changed
Expand file tree Collapse file tree 2 files changed +14
-30
lines changed Original file line number Diff line number Diff line change 1- name : Upload PR Documentation
1+ name : Build documentation
22
33on :
4- workflow_run :
5- workflows : ["Build PR Documentation"]
6- types :
7- - completed
4+ push :
5+ branches :
6+ - main
7+ - doc-builder*
8+ - v*-release
9+ - v*-patch
810
911jobs :
10- build :
11- uses : huggingface/doc-builder/.github/workflows/upload_pr_documentation .yml@main
12+ build :
13+ uses : huggingface/doc-builder/.github/workflows/build_main_documentation .yml@main
1214 with :
13- package_name : diffusers
15+ commit_sha : ${{ github.sha }}
16+ package : diffusers
17+ notebook_folder : diffusers_doc
18+ languages : en ko zh
1419 secrets :
20+ token : ${{ secrets.HUGGINGFACE_PUSH }}
1521 hf_token : ${{ secrets.HF_DOC_BUILD_PUSH }}
16- comment_bot_token : ${{ secrets.COMMENT_BOT_TOKEN }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments