1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-29 07:22:12 +03:00
Files
diffusers/.github/workflows/build_documentation.yml
Patrick von Platen 790212f4d9 Correct another push token (#3745)
clean up more
2023-06-12 10:29:23 +02:00

22 lines
467 B
YAML

name: Build documentation
on:
push:
branches:
- main
- doc-builder*
- v*-release
- v*-patch
jobs:
build:
uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@main
with:
commit_sha: ${{ github.sha }}
package: diffusers
notebook_folder: diffusers_doc
languages: en ko zh
secrets:
token: ${{ secrets.HUGGINGFACE_PUSH }}
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}