Skip to content

Docs: Add real thumbnail img #349

Docs: Add real thumbnail img

Docs: Add real thumbnail img #349

name: Compress Images
on:
pull_request:
paths:
- '**.jpg'
- '**.jpeg'
- '**.png'
- '**.webp'
types: [opened, synchronize]
workflow_dispatch:
jobs:
build:
# Only run on Pull Requests within the same repository, and not from forks.
if: github.event.pull_request.head.repo.full_name == github.repository
name: calibreapp/image-actions
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Compress Images
uses: calibreapp/image-actions@1.1.0
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
jpegQuality: "75"
pngQuality: "75"
webpQuality: "75"