summaryrefslogtreecommitdiff
path: root/process-static
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2023-07-15 13:27:52 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2023-07-15 13:27:52 -0400
commitfe935e5ac78cf4a4c28caf8e0660338002ff5fef (patch)
treecc8ae045ac3c257b96e95e6ed358304c01b98e93 /process-static
parentca66d0a3c42b0d7894ac73de79f36e6c50044e64 (diff)
drop file extension from generate-feed.py
Diffstat (limited to 'process-static')
-rwxr-xr-xprocess-static2
1 files changed, 1 insertions, 1 deletions
diff --git a/process-static b/process-static
index 7979c854..cf6355e7 100755
--- a/process-static
+++ b/process-static
@@ -86,7 +86,7 @@ find static-tmp -name '*.html' -exec html-minifier-terser --collapse-whitespace
--remove-redundant-attributes --remove-script-type-attributes \
--remove-style-link-type-attributes --sort-attributes --sort-class-name {} -o {} \;
-./generate-feed.py
+./generate-feed
for file in static-tmp/**/*.@(atom|xml); do
xmllint --noblanks "$file" --output "$file"