From 3c5c97f0c16f2fce421765c5202d7ded7e142cfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=A4=952077?= <274166795@qq.com> Date: Thu, 31 Jul 2025 12:51:37 +0800 Subject: [PATCH] Update build-book.yaml --- .github/workflows/build-book.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-book.yaml b/.github/workflows/build-book.yaml index aa283de..eaba25d 100644 --- a/.github/workflows/build-book.yaml +++ b/.github/workflows/build-book.yaml @@ -177,7 +177,7 @@ jobs: echo "创建了月度索引: $TARGET_MONTH_DIR/_index.md" fi - weight=$((31 - DAY_NO_ZERO)) + weight=$((32 - DAY_NO_ZERO)) local_description="" if grep -q "AI内容摘要" "$source_file"; then @@ -279,4 +279,4 @@ jobs: commit_message: "chore(content): 自动同步每日文章及更新主页" file_pattern: 'content/*' # Only commit changes in content directory commit_user_name: "GitHub Actions Bot" - commit_user_email: "actions@github.com" \ No newline at end of file + commit_user_email: "actions@github.com"