Skip to content

Commit f5ddc6b

Browse files
chore: Image commithook edit (#5914) (#5930)
* docs: test image convert * chore: add a text explanation * docs: fix fontawesome (cherry picked from commit 2804c54) Co-authored-by: Lenny Chen <[email protected]>
1 parent ef01b11 commit f5ddc6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/compress-convert-images.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ if [[ -n "$non_webp_files" ]]; then
3030
fi
3131
done
3232

33+
echo "Staging changes to Git..."
34+
git add static/assets/docs/images/
35+
3336
echo "Done."
3437
exit 0
3538

0 commit comments

Comments
 (0)