Skip to content

Commit

Permalink
ci: add image compression action
Browse files Browse the repository at this point in the history
  • Loading branch information
gqcn committed Dec 5, 2024
1 parent aef5790 commit 1c88c92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- name: Install image optimization tools
run: |
apt-get update
apt-get install -y jpegoptim optipng gifsicle webp
npm install -g svgo
sudo apt-get update
sudo apt-get install -y jpegoptim optipng gifsicle webp
sudo npm install -g svgo
- name: Setup Node
uses: actions/setup-node@v4
Expand Down

0 comments on commit 1c88c92

Please sign in to comment.