fix entrypoint script
This commit is contained in:
parent
d3d6f32e78
commit
3b28d74bcc
1 changed files with 1 additions and 2 deletions
|
@ -6,5 +6,4 @@ find ./public -type f \
|
|||
-exec brotli --best -f {} \+ \
|
||||
-exec gzip --best -k -f {} \+
|
||||
|
||||
echo "success=success" >> $GITHUB_OUTPUT
|
||||
return 0
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue