MuseV-test / diffusers /.github /workflows /build_documentation.yml
kevinwang676's picture
Upload folder using huggingface_hub
6755a2d verified
raw
history blame
500 Bytes
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 }}
install_libgl1: true
package: diffusers
notebook_folder: diffusers_doc
languages: en ko zh ja pt
secrets:
token: ${{ secrets.HUGGINGFACE_PUSH }}
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}