summaryrefslogtreecommitdiff
path: root/scripts/publish-raw
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/publish-raw')
-rwxr-xr-xscripts/publish-raw4
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
;;