Skip to content

2023年度最終更新 #64

2023年度最終更新

2023年度最終更新 #64

Workflow file for this run

name: Compress images
on:
pull_request:
types: [opend, synchronize]
paths:
- 'static/img/**'
jobs:
build:
name: calibreapp/image-actions
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@master
- name: compress images
uses: calibreapp/image-actions@main
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
jpegQuality: "80"
pngQuality: "80"
webpQuality: "80"