diff --git a/.gitea/workflows/pages-deploy.yaml b/.gitea/workflows/pages-deploy.yaml index f131398..1a9e71f 100644 --- a/.gitea/workflows/pages-deploy.yaml +++ b/.gitea/workflows/pages-deploy.yaml @@ -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 diff --git a/_config.yml b/_config.yml index b8af430..61e2504 100644 --- a/_config.yml +++ b/_config.yml @@ -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