mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2025-01-26 01:45:02 +01: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
8
.github/workflows/compress_icons.yml
vendored
8
.github/workflows/compress_icons.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user