Skip to content

Commit

Permalink
fix: fix workflows, add zh-CN to the build yaml and build pr yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
innovation64 committed Feb 21, 2024
1 parent cb9b51e commit 4a16e8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
package_name: cookbook
path_to_docs: cookbook/notebooks/
additional_args: --not_python_module
languages: en
languages: en zh-CN
convert_notebooks: true
secrets:
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}
2 changes: 1 addition & 1 deletion .github/workflows/build_pr_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
package_name: cookbook
path_to_docs: cookbook/notebooks/
additional_args: --not_python_module
languages: en
languages: en zh-CN
convert_notebooks: true

0 comments on commit 4a16e8f

Please sign in to comment.