From 0e2db52c32f569c33135cd6d94d2bb51029d5521 Mon Sep 17 00:00:00 2001 From: lubiana Date: Fri, 13 Dec 2024 12:40:24 +0100 Subject: [PATCH] test --- actions/hugo/entrypoint.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/actions/hugo/entrypoint.sh b/actions/hugo/entrypoint.sh index d7868de..ed3a3fa 100644 --- a/actions/hugo/entrypoint.sh +++ b/actions/hugo/entrypoint.sh @@ -1,6 +1,8 @@ #!/bin/sh -hugo -find ./public -type f -regex ".*\.\(css\|html\|js\|json\|svg\|xml\)$" \ - -exec brotli --best -f {} \+ \ - -exec gzip --best -k -f {} \+ +#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