mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
Attempt: adding install cwebp into people-thumbs.yml
This commit is contained in:
parent
72350590fd
commit
ab4118a59b
1 changed files with 6 additions and 0 deletions
6
.github/workflows/people-thumbs.yml
vendored
6
.github/workflows/people-thumbs.yml
vendored
|
@ -23,6 +23,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
deno-version: v1.x
|
deno-version: v1.x
|
||||||
|
|
||||||
|
- name: Install cwebp
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
sudo apt-get install -y webp
|
||||||
|
cwebp -version
|
||||||
|
|
||||||
- name: Run image optimisation script
|
- name: Run image optimisation script
|
||||||
run: make img-opt
|
run: make img-opt
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue