mirror of
https://github.com/ipfs/ipfs-blog.git
synced 2026-08-06 17:03:23 +02:00
fix: move options to the correct build step options
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
name: Compress Images
|
||||
with:
|
||||
jpegQuality: '100'
|
||||
jpegProgressive: true
|
||||
pngQuality: '100'
|
||||
webpQuality: '100'
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
@@ -24,4 +19,8 @@ jobs:
|
||||
- name: Compress Images
|
||||
uses: calibreapp/image-actions@main
|
||||
with:
|
||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
jpegQuality: '100'
|
||||
jpegProgressive: true
|
||||
pngQuality: '100'
|
||||
webpQuality: '100'
|
||||
Reference in New Issue
Block a user