Update build-book.yaml
This commit is contained in:
4
.github/workflows/build-book.yaml
vendored
4
.github/workflows/build-book.yaml
vendored
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user