Complete doc migration (#20267)
This commit is contained in:
5
.github/workflows/build_pr_documentation.yml
vendored
5
.github/workflows/build_pr_documentation.yml
vendored
@@ -9,12 +9,9 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@use_hf_hub
|
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@main
|
||||||
with:
|
with:
|
||||||
commit_sha: ${{ github.event.pull_request.head.sha }}
|
commit_sha: ${{ github.event.pull_request.head.sha }}
|
||||||
pr_number: ${{ github.event.number }}
|
pr_number: ${{ github.event.number }}
|
||||||
package: transformers
|
package: transformers
|
||||||
languages: de en es it ko pt
|
languages: de en es it ko pt
|
||||||
secrets:
|
|
||||||
token: ${{ secrets.HF_DOC_PUSH }}
|
|
||||||
comment_bot_token: ${{ secrets.HUGGINGFACE_PUSH }}
|
|
||||||
|
|||||||
5
.github/workflows/delete_doc_comment.yml
vendored
5
.github/workflows/delete_doc_comment.yml
vendored
@@ -7,10 +7,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
delete:
|
delete:
|
||||||
uses: huggingface/doc-builder/.github/workflows/delete_doc_comment.yml@use_hf_hub
|
uses: huggingface/doc-builder/.github/workflows/delete_doc_comment.yml@main
|
||||||
with:
|
with:
|
||||||
pr_number: ${{ github.event.number }}
|
pr_number: ${{ github.event.number }}
|
||||||
package: transformers
|
package: transformers
|
||||||
secrets:
|
|
||||||
token: ${{ secrets.HF_DOC_PUSH }}
|
|
||||||
comment_bot_token: ${{ secrets.HUGGINGFACE_PUSH }}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user