Install ImageMagick w/ apt
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -15,6 +15,10 @@ jobs:
|
||||
hugo-version: "0.122.0"
|
||||
extended: true
|
||||
|
||||
- name: Install ImageMagick
|
||||
run: |
|
||||
sudo apt install imagemagick
|
||||
|
||||
- name: Set up Ruby 3.2.1
|
||||
uses: ruby/setup-ruby@v1
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user