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

This commit is contained in:
Jonas 2024-12-13 12:40:24 +01:00
parent 97fe91f408
commit 0e2db52c32
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk

View file

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