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.
1 parent 2975dce commit 3963d07Copy full SHA for 3963d07
.github/workflows/deploy.yml
@@ -82,6 +82,7 @@ jobs:
82
- name: Install and Build 🔧
83
run: |
84
pip3 install --upgrade jupyter
85
+ sudo apt-get update && sudo apt-get install -y imagemagick
86
export JEKYLL_ENV=production
87
bundle exec jekyll build
88
- name: Purge unused CSS 🧹
0 commit comments