Skip to content

Commit 6154711

Browse files
Update branch_build_hugo_en_alt.yml
1 parent d7c2337 commit 6154711

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/branch_build_hugo_en_alt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ jobs:
9191
optimize_png() {
9292
local image=$1
9393
resize_image "$image"
94-
#pngcrush -fix -ow "$image"
94+
pngcrush -fix -ow "$image"
9595
if [ $? -eq 0 ]; then
96-
optipng -fix -clobber -strip all -o $PNG_OPTIMIZATION_LEVEL "$image" &
96+
optipng -fix -clobber -strip all -o${PNG_OPTIMIZATION_LEVEL} "$image" &
9797
else
9898
echo "pngcrush failed on $image"
9999
fi

0 commit comments

Comments
 (0)