diff options
| author | Richard-Qin-X <richard.qin.001@gmail.com> | 2026-09-10 00:41:20 +0800 |
|---|---|---|
| committer | Richard-Qin-X <richard.qin.001@gmail.com> | 2026-09-10 00:41:20 +0800 |
| commit | 85db458aa1042a458df5c5a25d70dd06655c924a (patch) | |
| tree | 84cfa7e1e8cb911adb7e6b5065d45a76e28c033e /scripts/publish-raw | |
| parent | 9b94708706dd397bb808a6347591e7636263bb67 (diff) | |
Add updated document archive
Diffstat (limited to 'scripts/publish-raw')
| -rwxr-xr-x | scripts/publish-raw | 4 |
1 files changed, 4 insertions, 0 deletions
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 ;; |
