Skip to content

add image optimizer as a local dependency #6

add image optimizer as a local dependency

add image optimizer as a local dependency #6

Workflow file for this run

name: Optimize Images
on: push
jobs:
image_optimize:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- run: npm run optimize-images
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "[skip ci] optimize images"
file_pattern: "static/images"