Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
simeononsecurity committed Jul 3, 2024
2 parents 50a7e77 + 727d118 commit 7f512dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch_build_hugo_en_alt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
optimize_gif() {
local image=$1
resize_image "$image"
gifsicle --batch --optimize=3 --resize-fit "${MAX_WIDTH}x" "$image" &
gifsicle --batch --optimize=3 --resize-fit "${MAX_WIDTH}x" --colors 256 "$image" &
}
export -f optimize_gif
Expand Down

0 comments on commit 7f512dd

Please sign in to comment.