Use templates (#16142)

* Use tempaltes for all doc building jobs

* Add this branch to the doc build

* Switch to main branch
This commit is contained in:
Sylvain Gugger
2022-03-15 08:07:56 -04:00
committed by GitHub
parent daa4944759
commit 8bfd2fb8f0
5 changed files with 38 additions and 298 deletions

View File

@@ -0,0 +1,13 @@
name: Delete dev documentation
on:
pull_request:
types: [ closed ]
jobs:
delete:
uses: huggingface/doc-builder/.github/workflows/delete_doc_comment.yml@main
with:
pr_number: ${{ github.event.number }}
package: transformers