lubitest/actions/hugo-two/entrypoint.sh
lubiana 21a9dd27e6
All checks were successful
/ debug (push) Successful in 41s
test
2024-12-15 17:19:51 +01:00

8 lines
177 B
Bash
Executable file

#!/bin/sh
#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