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 326b81d commit d5e4722Copy full SHA for d5e4722
.github/workflows/deploy.yml
@@ -92,9 +92,12 @@ jobs:
92
run: bundle clean --force
93
- name: Install and Build 🔧
94
run: |
95
+ sudo apt-get install -y build-essential patch ruby-dev zlib1g-dev
96
sudo apt-get update && sudo apt-get install -y imagemagick
97
pip3 install --upgrade nbconvert
98
export JEKYLL_ENV=production
99
+ bundle clean --force || true
100
+ bundle install --jobs 4 --retry 3 --path vendor/bundle --verbose
101
bundle exec jekyll build
102
- name: Purge unused CSS 🧹
103
0 commit comments