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

6 lines
174 B
Bash

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