diff --git a/update.sh b/update.sh index 07a98a1..13958c5 100755 --- a/update.sh +++ b/update.sh @@ -12,3 +12,9 @@ git pull bundle && bundle update JEKYLL_ENV=production bundle exec jekyll build --trace + +git add Gemfile.lock + +git commit -m "Actualizar Gemfile.lock" + +git push origin main