staticms #3

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

View file

@ -14,6 +14,8 @@ jobs:
submodules: 'true'
- 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 {} \\;
- name: Deploy to Server
uses: https://git.myco.systems/mirrors/ssh-deploy@main
env: