drop file extension from generate-feed.py

This commit is contained in:
Daniel Micay 2023-07-15 13:27:52 -04:00
parent ca66d0a3c4
commit fe935e5ac7
2 changed files with 1 additions and 1 deletions

View File

@ -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"