helios / diffusers /.github /workflows /upload_pr_documentation.yml
Ouzhang's picture
Add files using upload-large-folder tool
94598a8 verified
Raw
History Blame Contribute Delete
458 Bytes
name: Upload PR Documentation
on:
workflow_run:
workflows: ["Build PR Documentation"]
types:
- completed
permissions:
contents: read
jobs:
build:
uses: huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml@9ad2de8582b56c017cb530c1165116d40433f1c6 # main
with:
package_name: diffusers
secrets:
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}
comment_bot_token: ${{ secrets.COMMENT_BOT_TOKEN }}