From 387b4f9131706bca7f8d6f5457e98d3e0c2a4ec2 Mon Sep 17 00:00:00 2001 From: Patrick Tschuchnig Date: Sat, 25 Jan 2020 15:53:05 +0100 Subject: [PATCH] fixed compile.sh..hopefully --- compile.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index 91b7adb..dc11494 100755 --- a/compile.sh +++ b/compile.sh @@ -1,3 +1,5 @@ -#!/bin/zsh +#!/bin/bash +export GEM_HOME="$HOME/gems" +export PATH="$HOME/gems/bin:$PATH" bundle exec jekyll build bundle exec jekyll server