FIX: Merge minify.
This commit is contained in:
5
.github/workflows/minify.yml
vendored
5
.github/workflows/minify.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user