Skip to content

Commit

Permalink
Update branch_build_hugo_en_alt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simeononsecurity authored Jul 4, 2024
1 parent c4c4015 commit 5019a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branch_build_hugo_en_alt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
optimize_jpeg() {
local image=$1
resize_image "$image"
jpegoptim --strip-all --size=${MAXIMUM_JPG_SIZE} "$image"
jpegoptim --strip-all $image
}
export -f optimize_jpeg
Expand All @@ -101,7 +101,7 @@ jobs:
optimize_gif() {
local image=$1
resize_image "$image"
gifsicle --batch --optimize=3 --resize-fit "${MAX_WIDTH}x" --colors 256 "$image"
gifsicle --batch --optimize=3 --colors 256 "$image"
}
export -f optimize_gif
Expand Down

0 comments on commit 5019a37

Please sign in to comment.