From fb5d7bd30e75826534cf056ccc6fad27251006b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=A4=952077?= <274166795@qq.com> Date: Wed, 2 Jul 2025 15:56:05 +0800 Subject: [PATCH] Update build-book-ja.yaml --- .github/workflows/build-book-ja.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-book-ja.yaml b/.github/workflows/build-book-ja.yaml index 4edc337..b0a5972 100644 --- a/.github/workflows/build-book-ja.yaml +++ b/.github/workflows/build-book-ja.yaml @@ -5,7 +5,7 @@ name: Translate New and Specific JA Content on: workflow_dispatch: schedule: - - cron: '30 22 * * *' # 每天 UTC 时间 0 点运行 (北京时间早上6点20) + - cron: '40 22 * * *' # 每天 UTC 时间 0 点运行 (北京时间早上6点20) permissions: contents: write @@ -438,4 +438,4 @@ jobs: echo "检测到文件变更,正在提交..." git commit -m "chore(i18n): Auto-translate EN content with FM updates" git push - fi \ No newline at end of file + fi