mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 10:12:23 +06:00

* Translate index page to French * Fix indent * Fix toctree * Replace missing file by in_translation * Add index * Update docs/source/fr/index.mdx Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com> --------- Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
21 lines
444 B
YAML
21 lines
444 B
YAML
name: Build documentation
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
- doc-builder*
|
|
- v*-release
|
|
- use_templates
|
|
|
|
jobs:
|
|
build:
|
|
uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@main
|
|
with:
|
|
commit_sha: ${{ github.sha }}
|
|
package: transformers
|
|
notebook_folder: transformers_doc
|
|
languages: de en es fr it ko pt zh
|
|
secrets:
|
|
token: ${{ secrets.HUGGINGFACE_PUSH }}
|