Update build-book.yaml

This commit is contained in:
何夕2077
2025-07-31 12:51:37 +08:00
committed by GitHub
parent ba98695853
commit 3c5c97f0c1

View File

@@ -177,7 +177,7 @@ jobs:
echo "创建了月度索引: $TARGET_MONTH_DIR/_index.md" echo "创建了月度索引: $TARGET_MONTH_DIR/_index.md"
fi fi
weight=$((31 - DAY_NO_ZERO)) weight=$((32 - DAY_NO_ZERO))
local_description="" local_description=""
if grep -q "AI内容摘要" "$source_file"; then if grep -q "AI内容摘要" "$source_file"; then
@@ -279,4 +279,4 @@ jobs:
commit_message: "chore(content): 自动同步每日文章及更新主页" commit_message: "chore(content): 自动同步每日文章及更新主页"
file_pattern: 'content/*' # Only commit changes in content directory file_pattern: 'content/*' # Only commit changes in content directory
commit_user_name: "GitHub Actions Bot" commit_user_name: "GitHub Actions Bot"
commit_user_email: "actions@github.com" commit_user_email: "actions@github.com"