From 4ca8f1656c12d75a32205312e1e064967d00f001 Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Tue, 7 Jan 2020 08:32:51 +0100 Subject: [PATCH] add bundle install command --- .ci/deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/deploy.sh b/.ci/deploy.sh index 0726a174..84ab84e9 100644 --- a/.ci/deploy.sh +++ b/.ci/deploy.sh @@ -16,6 +16,7 @@ for branch in $(git for-each-ref --format='%(refname:strip=3)' refs/remotes); do git reset --hard $branch # build the website + bundle install bundle exec jekyll build --baseurl="howto-cards/$artefact" -d "public/$artefact" if [[ $branch == "master" ]]; then -- GitLab