Skip to content

Commit

Permalink
fix(actions): Fix github actions error (see jeffreytse/jekyll-deploy-…
Browse files Browse the repository at this point in the history
  • Loading branch information
scalastic committed Dec 25, 2023
1 parent 1fa24e5 commit a487d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
jekyll_src: './' # Default is root directory
jekyll_cfg: '_config.yml' # Default is _config.yml
jekyll_baseurl: '' # Default is according to _config.yml
bundler_ver: '>=0' # Default is latest bundler version
bundler_ver: '' # Default is compatible bundler version (~>2.4.0)
cname: 'scalastic.io' # Default is to not use a cname
actor: '' # Default is the GITHUB_ACTOR
pre_build_commands: pacman-key --init; pacman -S --noconfirm git-lfs libvips lcms2 openjpeg2 libpng libwebp libheif imagemagick openslide libjxl poppler-glib

0 comments on commit a487d92

Please sign in to comment.