diff --git a/_build/update_site.sh b/_build/update_site.sh index bc4ac246..742cc31e 100755 --- a/_build/update_site.sh +++ b/_build/update_site.sh @@ -49,7 +49,7 @@ lasttime=`stat -c %Y "$SITEDIR/_buildlock" | cut -d ' ' -f1` # Build website in a child process ( cd $WORKDIR -make all +JEKYLL_COMMAND='jekyll' make build touch "$WORKDIR/_builddone" )&