Skip to content

Commit 14c4014

Browse files
Install ImageMagick in deploy workflow
1 parent 313b014 commit 14c4014

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
value: ${{ github.repository }}
8282
- name: Install and Build 🔧
8383
run: |
84+
sudo apt-get update && sudo apt-get install -y imagemagick
8485
pip3 install --upgrade jupyter
8586
export JEKYLL_ENV=production
8687
bundle exec jekyll build

0 commit comments

Comments
 (0)