lubitest/actions/hugo/entrypoint.sh
lubiana 955feae2af
Some checks failed
/ debug (push) Failing after 36s
test
2024-12-12 20:31:50 +01:00

6 lines
161 B
Bash

#!/bin/sh -l
hugo
find ./public -type f -regex ".*\.\(css\|html\|js\|json\|svg\|xml\)$" \
-exec brotli --best -f {} \+ \
-exec gzip --best -k -f {} \+