Ensure the correct email is used

This commit is contained in:
Oliver Davies 2017-07-25 18:50:33 +01:00
parent 19c4dd6646
commit e91176876c

View file

@ -22,6 +22,7 @@ touch output_prod/.nojekyll
# Add, commit and push the changes.
pushd $BUILD_DIR
mv ../output_prod/* .
git config --local user.email oliver@oliverdavies.uk
git add -A .
git commit -m "Re-generate site: `git rev-parse --verify HEAD`"
git push $SSH_REPO master