1
0
Fork 0
mirror of https://github.com/homarr-labs/dashboard-icons.git synced 2025-09-18 13:41:39 +02:00

ci(github-actions): disable SVG compression until fixed

Signed-off-by: Bjorn Lammers <bjorn@lammers.media>
This commit is contained in:
Bjorn Lammers 2025-01-07 19:44:37 +01:00 committed by GitHub
parent fbf49c0d52
commit 7eba95ac4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,10 +28,10 @@ jobs:
echo "Compressing PNGs..."
find png/ -iname "*.png" -print0 | xargs -0 -P 4 -I{} zopflipng -y {} {}
- name: Compress SVG Files
run: |
echo "Compressing SVGs..."
svgo -f svg/
#- name: Compress SVG Files
# run: |
# echo "Compressing SVGs..."
# svgo -f svg/
- name: Compress WEBP Files
run: |