Skip to content

Commit 311e173

Browse files
committed
chore: Image commithook edit (#5914)
* docs: test image convert * chore: add a text explanation * docs: fix fontawesome (cherry picked from commit 2804c54)
1 parent 4332a00 commit 311e173

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)