Skip to content

Commit

Permalink
add image optimizer as a local dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Jul 19, 2024
1 parent 535d557 commit 3be8457
Show file tree
Hide file tree
Showing 3 changed files with 2,646 additions and 50 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:
with:
ref: ${{ github.head_ref }}

- name: Run optimizt
run: npx @343dev/optimizt static/images
- run: npm run optimize-images

- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Optimize Images
commit_message: "[skip ci] optimize images"
file_pattern: "static/images"
Loading

0 comments on commit 3be8457

Please sign in to comment.