rename generate_feed.py to generate-feed.py

This commit is contained in:
Daniel Micay 2021-07-10 12:04:45 -04:00
parent 20a0b34f98
commit 406004cdf8
2 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ find static_tmp -name '*.html' -exec html-minifier --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.py
for file in static_tmp/**/*.@(atom|xml); do
xmllint --noblanks "$file" --output "$file"