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:
parent
fbf49c0d52
commit
7eba95ac4c
1 changed files with 4 additions and 4 deletions
8
.github/workflows/compress_icons.yml
vendored
8
.github/workflows/compress_icons.yml
vendored
|
@ -28,10 +28,10 @@ jobs:
|
||||||
echo "Compressing PNGs..."
|
echo "Compressing PNGs..."
|
||||||
find png/ -iname "*.png" -print0 | xargs -0 -P 4 -I{} zopflipng -y {} {}
|
find png/ -iname "*.png" -print0 | xargs -0 -P 4 -I{} zopflipng -y {} {}
|
||||||
|
|
||||||
- name: Compress SVG Files
|
#- name: Compress SVG Files
|
||||||
run: |
|
# run: |
|
||||||
echo "Compressing SVGs..."
|
# echo "Compressing SVGs..."
|
||||||
svgo -f svg/
|
# svgo -f svg/
|
||||||
|
|
||||||
- name: Compress WEBP Files
|
- name: Compress WEBP Files
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue