Skip to content

Commit 9fcfff4

Browse files
committed
bundle install explicitly added to workflow config
1 parent fe569cc commit 9fcfff4

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
@@ -89,6 +89,7 @@ jobs:
8989
sudo apt-get update && sudo apt-get install -y imagemagick
9090
pip3 install --upgrade nbconvert
9191
export JEKYLL_ENV=production
92+
bundle install
9293
bundle exec jekyll build
9394
- name: Purge unused CSS 🧹
9495
run: |

0 commit comments

Comments
 (0)