FIX: Workflow to work with jekyll.

This commit is contained in:
MajorDroolz
2023-01-04 23:16:48 -05:00
parent 219a7543de
commit a4a4e04ab2
7 changed files with 30 additions and 8 deletions

View File

@@ -28,7 +28,6 @@ jobs:
run: |
find . -name "*.js" -type f -exec terser {} -c -o {} \;
find . -name "*.css" -type f -exec csso {} -o {} \;
find . -name "*.html" -type f -exec html-minifier --remove-comments --collapse-whitespace {} -o {} \;
- name: "Commiting changes."
run: |