Skip to content

Commit

Permalink
fix(github-actions): Update ruby version to 3.3.5 and jeffreytse/jeky…
Browse files Browse the repository at this point in the history
…ll-deploy-action to 0.6.0
  • Loading branch information
jeanjerome committed Oct 6, 2024
1 parent 7db444d commit d9edfd9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: ConorMacBride/install-package@v1
with:
apt: rolldice bcal

- uses: actions/checkout@v4
with:
lfs: 'true'
Expand Down Expand Up @@ -37,5 +41,5 @@ jobs:
bundler_ver: '2.5.21' # Default is compatible bundler version (~>2.5.0)
cname: 'scalastic.io' # Default is to not use a cname
actor: '' # Default is the GITHUB_ACTOR
pre_build_commands: sudo apt-get update; sudo apt-get install -y git-lfs libvips-dev librav1e-dev libavcodec-dev svt-av1 liblcms2-dev libopenjp2-7-dev libpng-dev libwebp-dev libheif-dev imagemagick openslide-tools libjxl-dev libpoppler-glib-dev
pre_build_commands: pacman -S --noconfirm git-lfs librav1e lcms2 openjpeg2 libpng libwebp libheif imagemagick openslide libjxl poppler-glib

0 comments on commit d9edfd9

Please sign in to comment.