Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wintermuted committed Jul 9, 2024
1 parent c855122 commit f875d13
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-jekyll.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
restore-keys: |
${{ runner.os }}-cache-
- name: Install libvips
run: sudo apt-get install -y libvips

# Use GitHub Deploy Action to build and deploy to Github
- uses: jeffreytse/jekyll-deploy-action@v0.6.0
with:
Expand All @@ -39,4 +36,5 @@ jobs:
bundler_ver: '' # Default is compatible bundler version (~>2.5.0)
cname: '' # Default is to not use a cname
actor: '' # Default is the GITHUB_ACTOR
pre_build_commands: 'pacman -S --noconfirm libvips' # Installing additional dependencies (Arch Linux)
# Jekyll-Picture-Tag
pre_build_commands: pacman -S --noconfirm libvips lcms2 openjpeg2 libpng libwebp libheif imagemagick openslide libjxl poppler-glib

0 comments on commit f875d13

Please sign in to comment.