Skip to content

Commit

Permalink
[fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
WoLeo-Z committed Aug 19, 2024
1 parent 3a365ff commit 451413a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:

- name: Convert WebP
run: |
npx [email protected] --in img --out webp -q 80 -quiet
mv webp/*.webp img/
git config --global user.email "[email protected]"
npx [email protected] --in img --out img -q 80 -quiet
git config --global user.email "[email protected]"
git config --global user.name "WoLeo-Z"
git add . && git commit -m "Convert to WebP"
Expand All @@ -39,10 +38,8 @@ jobs:

- name: Clean up
run: |
rm -rf webp
rm -rf img
rm -rf files
mkdir webp && touch webp/.gitkeep
mkdir img && touch img/.gitkeep
mkdir files && touch files/.gitkeep
git add -A
Expand Down
Empty file removed webp/.gitkeep
Empty file.

0 comments on commit 451413a

Please sign in to comment.