Next try to fix webp conversion
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 4m33s

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

View File

@ -34,7 +34,8 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y jq curl sed imagemagick wget tar build-essential zlib1g-dev gpg libmagickwand-dev
sudo apt-get install -y jq curl sed imagemagick wget tar build-essential zlib1g-dev gpg libmagickwand-dev webp
which cwebp
- name: Fetch Latest Modrinth Version
id: fetch_version
run: |
@ -87,7 +88,7 @@ jobs:
source /etc/profile.d/rvm.sh && \
rvm use $RUBY_VERSION && ruby -v && gem -v && \
bundle install && \
bundle exec jekyll build --destination pages
bash -c "bundle exec jekyll build --destination pages"
env:
JEKYLL_ENV: production
- name: push pages

View File

@ -69,7 +69,7 @@ webp:
# Local path to the WebP utilities to use (relative or absolute)
# Omit or leave as nil to use the utilities shipped with the gem, override only to use your local install
# Eg : "/usr/local/bin/cwebp"
webp_path: nil
webp_path: "/usr/bin/cwebp"
# List of files or directories to exclude
# e.g. custom or hand generated webp conversion files