mirror of
https://github.com/Karaka-Management/User-Guide.git
synced 2026-01-11 04:18:42 +00:00
add image compression
This commit is contained in:
parent
da29455f67
commit
d830328d5c
18
.github/workflows/image.yml
vendored
Normal file
18
.github/workflows/image.yml
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
name: Compress images
|
||||
on: [push]
|
||||
paths:
|
||||
- '**.jpg'
|
||||
- '**.png'
|
||||
- '**.webp'
|
||||
jobs:
|
||||
build:
|
||||
name: calibreapp/image-actions
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@master
|
||||
|
||||
- name: Compress Images
|
||||
uses: calibreapp/image-actions@master
|
||||
with:
|
||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
Loading…
Reference in New Issue
Block a user