test
All checks were successful
/ debug (push) Successful in 39s

This commit is contained in:
Jonas 2024-12-15 17:29:07 +01:00
parent 5fb8877cd7
commit 2a6078098b
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
5 changed files with 2 additions and 1 deletions

View file

@ -6,4 +6,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: hello world action step
uses: ./actions/hugo-three
uses: ./actions/hugo-four

View file

@ -4,5 +4,6 @@ hugo
find ./public -type f -regex ".*\.\(css\|html\|js\|json\|svg\|xml\)$" \
-exec brotli --best -f {} \+ \
-exec gzip --best -k -f {} \+
sync
sleep 3
exit 0