lubitest/actions/hugo/entrypoint.sh

7 lines
174 B
Bash
Raw Normal View History

2024-12-12 19:20:48 +00:00
#!/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