mirror of
https://github.com/ipfs/ipfs-blog.git
synced 2026-08-07 09:22:44 +02:00
fix: do not compromise on quality of images
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
name: Compress Images
|
||||
with:
|
||||
jpegQuality: '100'
|
||||
jpegProgressive: true
|
||||
pngQuality: '100'
|
||||
webpQuality: '100'
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user