Traying to fix webp conversion
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 4m23s

This commit is contained in:
Florian Weber 2025-01-11 19:35:58 +01:00
parent 83acc66a3a
commit 7d6b7cb357
Signed by: f.weber
GPG Key ID: B162B599E31221C6
2 changed files with 2 additions and 4 deletions

View File

@ -34,7 +34,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y jq curl sed
sudo apt-get install -y jq curl sed imagemagick wget tar build-essential zlib1g-dev gpg libmagickwand-dev
- name: Fetch Latest Modrinth Version
id: fetch_version
run: |
@ -74,8 +74,6 @@ jobs:
path: "pages"
- name: Setup Ruby
run: |
apt-get update && \
apt-get install curl wget tar build-essential zlib1g-dev gpg -y && \
curl -sSL https://rvm.io/mpapis.asc | gpg --import - && \
curl -sSL https://rvm.io/pkuczynski.asc | gpg --import - && \
curl -sSL https://get.rvm.io | bash -s stable && \

View File

@ -52,7 +52,7 @@ webp:
# List of directories containing images to optimize, nested directories will only be checked if `nested` is true
# By default the generator will search for a folder called `/img` under the site root and process all jpg, png and tiff image files found there.
img_dir: ["/img"]
img_dir: ["/assets/img"]
# Whether to search in nested directories or not
nested: false