FIX: Merge minify.

This commit is contained in:
MajorDroolz
2022-12-20 03:53:20 -05:00
parent 0b37cca2d6
commit fd2e6ea34e

View File

@@ -29,8 +29,5 @@ jobs:
for i in `find . -name "*.css" -type f`; do csso $i -o $i; done for i in `find . -name "*.css" -type f`; do csso $i -o $i; done
for i in `find . -name "*.html" -type f`; do html-minifier --remove-comments --collapse-whitespace $i -o $i; done for i in `find . -name "*.html" -type f`; do html-minifier --remove-comments --collapse-whitespace $i -o $i; done
- run: | - run: git commit -am "STUFF"
git config user.email "noreply@github.com"
git config user.name "github-actions"
git commit -am "STUFF"
- run: git push -f --set-upstream origin build - run: git push -f --set-upstream origin build