mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-03 03:31:05 +06:00

* Use tempaltes for all doc building jobs * Add this branch to the doc build * Switch to main branch
14 lines
254 B
YAML
14 lines
254 B
YAML
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
|