From 85db458aa1042a458df5c5a25d70dd06655c924a Mon Sep 17 00:00:00 2001 From: Richard-Qin-X Date: Thu, 10 Sep 2026 00:41:20 +0800 Subject: Add updated document archive --- scripts/publish-raw | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts') diff --git a/scripts/publish-raw b/scripts/publish-raw index 09048f3..cc9b02b 100755 --- a/scripts/publish-raw +++ b/scripts/publish-raw @@ -13,6 +13,10 @@ do relative=${source#"$content_dir"/} case "$relative" in + updates/_index.md) + # Updates is an aggregate index, not a published Markdown document. + continue + ;; journal/_index.md) target=$public_dir/journal/_index.md ;; -- cgit v1.2.3