fix find command
All checks were successful
Hugo / build (push) Successful in 12s

This commit is contained in:
brooke 2024-06-10 19:43:31 -04:00
parent 19a06e408b
commit a7c306b237

View file

@ -15,7 +15,7 @@ jobs:
- name: Run build task
run: hugo --minify
- name: pre-compress
run: find ./public/* -type f \( -name '*.html' -o -name '*.js' -o -name '*.css'\) -exec gzip -v -k -f --best {} \\;
run: find ./public/* -type f \( -name '*.html' -o -name '*.js' -o -name '*.css' \) -exec gzip -v -k -f --best {} \;
- name: Deploy to Server
uses: https://git.myco.systems/mirrors/ssh-deploy@main
env: