From 952d5760abd6180aa72cdb5973f76a0cea8e02af Mon Sep 17 00:00:00 2001 From: perry Date: Mon, 25 Jan 2016 21:54:26 -0600 Subject: [PATCH] chore(CI): configure git identity --- scripts/docs/update_docs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/docs/update_docs.sh b/scripts/docs/update_docs.sh index 5c2cf79a..fcc76b72 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