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