mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-15 21:01:19 +00:00
* Use tempaltes for all doc building jobs * Add this branch to the doc build * Switch to main branch
13 lines
254 B
YAML
13 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
|