From fb2d5f36f8f46fb2ed5a79cd14b83947eef76643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=A4=952077?= <274166795@qq.com> Date: Thu, 26 Jun 2025 10:33:20 +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 0f85e96..11b1efb 100644 --- a/.github/workflows/build-book.yaml +++ b/.github/workflows/build-book.yaml @@ -217,7 +217,7 @@ jobs: echo "--- 步骤 4: 更新主索引页面 (content/cn/_index.md) ---" TARGET_INDEX="$TARGET_CONTENT_DIR/_index.md" - FRONTMATTER="---\ntitle: TodayDaily\nbreadcrumbs: false\n" + FRONTMATTER="---\ntitle: Today's Daily\nbreadcrumbs: false\n" # The 'next' link should point to the second latest note, which is now an archived page. if [ -n "$SECOND_LATEST_NOTE" ] && [ "$LATEST_NOTE" != "$SECOND_LATEST_NOTE" ]; then # Ensure there IS a second latest note FILENAME_SECOND_LATEST=$(basename "$SECOND_LATEST_NOTE" .md) @@ -240,4 +240,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"