ADD image optimization to build pipeline
This commit is contained in:
parent
fe8340ad0e
commit
81c30e6b2c
2 changed files with 7 additions and 1 deletions
|
@ -18,6 +18,12 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Optimize images
|
||||
shell: bash
|
||||
run: |
|
||||
apt update
|
||||
apt install imagemagick -y
|
||||
./themes/kobel/assets/build/images.sh
|
||||
- name: Build with hugo
|
||||
env:
|
||||
# For maximum backward compatibility with Hugo modules
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 4ab9bdab6e1dac248a8c7a0255f887d4720a57ef
|
||||
Subproject commit 0eb768b78a186174516393c72064d02ba5210fbd
|
Loading…
Reference in a new issue