diff --git a/scripts/docs/update_docs.sh b/scripts/docs/update_docs.sh index 5c2cf79a1..fcc76b72f 100755 --- a/scripts/docs/update_docs.sh +++ b/scripts/docs/update_docs.sh @@ -35,6 +35,8 @@ function run { ls echo "-- No changes detected in docs for $VERSION_NAME; docs not updated." else + git config --global user.email "hi@ionicframework.com" + git config --global user.name "Ionitron" git add -A git commit -am "docs: update for $VERSION" git push origin master