Skip to content

Commit 3889344

Browse files
committed
ci: add ja to github workflows
Signed-off-by: ktro2828 <[email protected]>
1 parent 095813b commit 3889344

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
package_name: agents-course
1515
path_to_docs: agents-course/units/
1616
additional_args: --not_python_module
17-
languages: en zh-CN ru-RU vi es ko
17+
languages: en zh-CN ru-RU vi es ko ja
1818
secrets:
1919
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}

.github/workflows/build_pr_documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
package_name: agents-course
1818
path_to_docs: agents-course/units/
1919
additional_args: --not_python_module
20-
languages: en zh-CN ru-RU vi es ko
20+
languages: en zh-CN ru-RU vi es ko ja

0 commit comments

Comments
 (0)