Skip to content

Commit d5e4722

Browse files
authored
Add installation of build-essential and dependencies
1 parent 326b81d commit d5e4722

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,12 @@ jobs:
9292
run: bundle clean --force
9393
- name: Install and Build 🔧
9494
run: |
95+
sudo apt-get install -y build-essential patch ruby-dev zlib1g-dev
9596
sudo apt-get update && sudo apt-get install -y imagemagick
9697
pip3 install --upgrade nbconvert
9798
export JEKYLL_ENV=production
99+
bundle clean --force || true
100+
bundle install --jobs 4 --retry 3 --path vendor/bundle --verbose
98101
bundle exec jekyll build
99102
- name: Purge unused CSS 🧹
100103
run: |

0 commit comments

Comments
 (0)