We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b20020 + b48634b commit 2f991b3Copy full SHA for 2f991b3
.github/workflows/jekyll-github-pages.yml
@@ -22,6 +22,11 @@ jobs:
22
with:
23
bundler-cache: false # runs 'bundle install' and caches installed gems automatically
24
25
+ # Install ImageMagick for rmagick gem
26
+ - name: 🖼️ Install ImageMagick
27
+ run: |
28
+ sudo apt-get update
29
+ sudo apt-get install -y libmagickwand-dev imagemagick
30
31
# See https://github.com/bglw/jekyll-postcss-v2 for example GitHub Action
32
# Install Node as this is needed for PostCSS
0 commit comments