Cambios menores

This commit is contained in:
Echedelle López Romero 2021-01-07 23:09:09 +00:00
parent 8d39bc9855
commit 117fae32a7
1 changed files with 3 additions and 3 deletions

View File

@ -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
JEKYLL_ENV=production bundle exec jekyll build --trace >> update.log