tangled
alpha
login
or
join now
trnck.dev
/
blog
0
fork
atom
blog.trnck.dev
0
fork
atom
overview
issues
pulls
pipelines
grr
Filip Troníček
1 year ago
29875bbf
1d38ff66
+1
-1
1 changed file
expand all
collapse all
unified
split
.github
workflows
deploy.yaml
+1
-1
.github/workflows/deploy.yaml
···
19
19
steps:
20
20
# Jekyll Picture Tag requires libvips libraries for resizing images, which must be installed
21
21
- name: Install JPT's dependencies
22
22
-
run: sudo apt-get install libvips-tools libpng-dev libwebp-dev libjpeg-dev libheif-dev
22
22
+
run: sudo apt-get install -y libvips-tools libpng-dev libwebp-dev libjpeg-dev libheif-dev libheif1
23
23
24
24
# Put repository source onto the runner so we can build it
25
25
- name: Checkout