Use newer version of ruby

This commit is contained in:
2020-03-13 10:13:50 -04:00
parent 00c8f025bb
commit f30dd6cc81
2 changed files with 4 additions and 4 deletions

View File

@@ -55,8 +55,8 @@ for site in *.*/; do
chmod g+s "$deploy_dir" chmod g+s "$deploy_dir"
fi fi
pushd "${site}" || exit $? pushd "${site}" || exit $?
bundle install --deployment ruby -S bundle install --deployment
bundle exec jekyll build --destination "$deploy_dir" ruby -S bundle exec jekyll build --destination "$deploy_dir"
popd || exit $? popd || exit $?
done done

View File

@@ -23,8 +23,8 @@ for site in *.*/; do
chmod g+s "$deploy_dir" chmod g+s "$deploy_dir"
fi fi
pushd "${site}" || exit $? pushd "${site}" || exit $?
bundle install --deployment ruby -S bundle install --deployment
bundle exec jekyll build --destination "$deploy_dir" ruby -S bundle exec jekyll build --destination "$deploy_dir"
popd || exit $? popd || exit $?
done done