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

This commit is contained in:
2025-01-11 19:35:58 +01:00
parent 83acc66a3a
commit 7d6b7cb357
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 && \