test
Some checks failed
/ debug (push) Failing after 36s

This commit is contained in:
Jonas 2024-12-12 20:31:50 +01:00
parent e5584dd778
commit 955feae2af
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk

View file

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