ADD image optimization to build pipeline
Some checks failed
build-to-pages / build (push) Failing after 1m28s
build-to-pages / push (push) Has been cancelled

This commit is contained in:
Hoernschen 2024-01-11 21:05:36 +01:00
parent fe8340ad0e
commit 81c30e6b2c
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462
2 changed files with 7 additions and 1 deletions

View file

@ -18,6 +18,12 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
submodules: recursive submodules: recursive
- name: Optimize images
shell: bash
run: |
apt update
apt install imagemagick -y
./themes/kobel/assets/build/images.sh
- name: Build with hugo - name: Build with hugo
env: env:
# For maximum backward compatibility with Hugo modules # For maximum backward compatibility with Hugo modules

@ -1 +1 @@
Subproject commit 4ab9bdab6e1dac248a8c7a0255f887d4720a57ef Subproject commit 0eb768b78a186174516393c72064d02ba5210fbd