Next try to fix webp conversion
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 4m33s
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 4m33s
This commit is contained in:
parent
7d6b7cb357
commit
f076c22605
@ -34,7 +34,8 @@ jobs:
|
|||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
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
|
- name: Fetch Latest Modrinth Version
|
||||||
id: fetch_version
|
id: fetch_version
|
||||||
run: |
|
run: |
|
||||||
@ -87,7 +88,7 @@ jobs:
|
|||||||
source /etc/profile.d/rvm.sh && \
|
source /etc/profile.d/rvm.sh && \
|
||||||
rvm use $RUBY_VERSION && ruby -v && gem -v && \
|
rvm use $RUBY_VERSION && ruby -v && gem -v && \
|
||||||
bundle install && \
|
bundle install && \
|
||||||
bundle exec jekyll build --destination pages
|
bash -c "bundle exec jekyll build --destination pages"
|
||||||
env:
|
env:
|
||||||
JEKYLL_ENV: production
|
JEKYLL_ENV: production
|
||||||
- name: push pages
|
- name: push pages
|
||||||
|
@ -69,7 +69,7 @@ webp:
|
|||||||
# Local path to the WebP utilities to use (relative or absolute)
|
# 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
|
# 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"
|
# Eg : "/usr/local/bin/cwebp"
|
||||||
webp_path: nil
|
webp_path: "/usr/bin/cwebp"
|
||||||
|
|
||||||
# List of files or directories to exclude
|
# List of files or directories to exclude
|
||||||
# e.g. custom or hand generated webp conversion files
|
# e.g. custom or hand generated webp conversion files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user