chore: Switch to leanprover community bot email for automated doc updates

main
Henrik Böving 2022-01-07 10:44:11 +01:00
parent 08c1770655
commit 49fdb6279d
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ if [ "$3" = "true" ]; then
chmod 600 ~/.ssh/id_ed25519
cd mathlib4_docs/docs
git remote set-url origin "git@github.com:leanprover-community/mathlib4_docs.git"
git config user.email "hargonix@gmail.com"
git config user.name "doc-gen4-bot"
git config user.email "leanprover.community@gmail.com"
git config user.name "leanprover-community-bot"
git add -A .
git checkout --orphan master2
git commit -m "automatic update to mathlib4 $mathlib_short_git_hash using doc-gen4 $docgen_git_hash"