make sure everything actually works
This commit is contained in:
parent
dfc48e517e
commit
d3d6f32e78
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
||||||
#!/bin/sh
|
#!/bin/sh -l
|
||||||
|
|
||||||
hugo
|
hugo
|
||||||
find ./public -type f \
|
find ./public -type f \
|
||||||
-regex ".*\.\(css\|html\|js\|json\|svg\|xml\)$" \
|
-regex ".*\.\(css\|html\|js\|json\|svg\|xml\)$" \
|
||||||
-exec brotli --best -f {} \+ \
|
-exec brotli --best -f {} \+ \
|
||||||
-exec gzip --best -k -f {} \+
|
-exec gzip --best -k -f {} \+
|
||||||
|
|
||||||
|
echo "success=success" >> $GITHUB_OUTPUT
|
||||||
|
return 0
|
||||||
|
|
Loading…
Reference in a new issue