lubitest/actions/hugo/entrypoint.sh

9 lines
177 B
Bash
Raw Permalink Normal View History

2024-12-12 20:31:17 +00:00
#!/bin/sh
2024-12-12 19:20:48 +00:00
2024-12-13 11:40:24 +00:00
#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