diff options
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 ;; |
