2022-07-13 09:42:05 -06:00
|
|
|
name: Build PR Documentation
|
|
|
|
|
|
|
|
on:
|
|
|
|
pull_request:
|
|
|
|
|
|
|
|
concurrency:
|
|
|
|
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
|
|
|
cancel-in-progress: true
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
2022-11-16 03:46:13 -07:00
|
|
|
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@main
|
2022-07-13 09:42:05 -06:00
|
|
|
with:
|
|
|
|
commit_sha: ${{ github.event.pull_request.head.sha }}
|
|
|
|
pr_number: ${{ github.event.number }}
|
|
|
|
package: diffusers
|
2023-01-04 14:59:42 -07:00
|
|
|
languages: en ko
|