diff --git a/.github/workflows/minify.yml b/.github/workflows/minify.yml index 56c6f3d..077f9f1 100644 --- a/.github/workflows/minify.yml +++ b/.github/workflows/minify.yml @@ -45,7 +45,7 @@ jobs: set -e for file in $(find . -name "*.lua" -not -path "./.git/*"); do echo $file - luamin -f "$file" > "$file" + luamin -f "$file" > "$file" || true done - name: Commit and push to minified branch