From ebe56524a8f0388a1e97f8247090103bee3c10d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Echedey=20L=C3=B3pez=20Romero?= Date: Fri, 8 Jan 2021 20:15:32 +0000 Subject: [PATCH] Actualizar 'update.sh' --- update.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/update.sh b/update.sh index bfbf906..07a98a1 100755 --- a/update.sh +++ b/update.sh @@ -7,8 +7,8 @@ then cd "$directorio" fi -git pull > update.log +git pull -bundle >> update.log && bundle update >> update.log +bundle && bundle update -JEKYLL_ENV=production bundle exec jekyll build --trace >> update.log +JEKYLL_ENV=production bundle exec jekyll build --trace