Traying to fix webp conversion
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 4m23s
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 4m23s
This commit is contained in:
parent
83acc66a3a
commit
7d6b7cb357
@ -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 && \
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user