staticms #3

Merged
brooke merged 18 commits from staticms into main 2024-06-10 21:54:36 -04:00
Showing only changes of commit a7c306b237 - Show all commits

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: