Skip to content

Merge pull request #259 from aylingumus/turkish/translate/analyzing_a… #197

Merge pull request #259 from aylingumus/turkish/translate/analyzing_a…

Merge pull request #259 from aylingumus/turkish/translate/analyzing_a… #197

name: Build documentation
on:
push:
paths:
- "notebooks/**"
- ".github/workflows/build_documentation.yml"
branches:
- main
jobs:
build:
uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@90b4ee2c10b81b5c1a6367c4e6fc9e2fb510a7e3 # main
with:
commit_sha: ${{ github.sha }}
package: cookbook
package_name: cookbook
path_to_docs: cookbook/notebooks/
additional_args: --not_python_module
languages: en zh-CN ko tr fr
convert_notebooks: true
secrets:
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}