mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00

* Use tempaltes for all doc building jobs * Add this branch to the doc build * Switch to main branch
20 lines
405 B
YAML
20 lines
405 B
YAML
name: Build documentation
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
- doc-builder*
|
|
- v*-release
|
|
- use_templates
|
|
|
|
jobs:
|
|
build:
|
|
uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@main
|
|
with:
|
|
commit_sha: ${{ github.sha }}
|
|
package: transformers
|
|
notebook_folder: transformers_doc
|
|
secrets:
|
|
token: ${{ secrets.HUGGINGFACE_PUSH }}
|