transformers/.github/workflows/build_documentation.yml
Sylvain Gugger 8bfd2fb8f0
Use templates (#16142)
* Use tempaltes for all doc building jobs

* Add this branch to the doc build

* Switch to main branch
2022-03-15 08:07:56 -04:00

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 }}