lubitest/actions/hugo/entrypoint.sh
lubiana 1676484d0d
Some checks failed
/ debug (push) Has been cancelled
test
2024-12-12 21:31:17 +01:00

6 lines
158 B
Bash

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