diff --git a/update.sh b/update.sh index 209a1be..3e023fd 100644 --- a/update.sh +++ b/update.sh @@ -7,8 +7,8 @@ then cd "$directorio" fi -git pull +git pull >> update.log -bundle && bundle update +bundle >> update.log && bundle update >> update.log -JEKYLL_ENV=production bundle exec jekyll build --trace \ No newline at end of file +JEKYLL_ENV=production bundle exec jekyll build --trace >> update.log