Complete doc migration (#20267)

This commit is contained in:
Mishig
2022-11-16 14:43:37 +01:00
committed by GitHub
parent 4fb34de99e
commit e627e9b5ae
2 changed files with 2 additions and 8 deletions

View File

@@ -9,12 +9,9 @@ concurrency:
jobs:
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:
commit_sha: ${{ github.event.pull_request.head.sha }}
pr_number: ${{ github.event.number }}
package: transformers
languages: de en es it ko pt
secrets:
token: ${{ secrets.HF_DOC_PUSH }}
comment_bot_token: ${{ secrets.HUGGINGFACE_PUSH }}