From 3e12f806db8426610773e897224e98533040c8e3 Mon Sep 17 00:00:00 2001 From: Jonas Dellinger Date: Thu, 4 Jun 2020 18:34:19 +0200 Subject: [PATCH] Added git config stuff --- SpotifyAPI.Docs/docs.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SpotifyAPI.Docs/docs.sh b/SpotifyAPI.Docs/docs.sh index 9a345ac7..f277a958 100755 --- a/SpotifyAPI.Docs/docs.sh +++ b/SpotifyAPI.Docs/docs.sh @@ -10,6 +10,9 @@ if [ -z "$APPVEYOR_PULL_REQUEST_NUMBER" ]; then chmod 700 ~/.ssh chmod 600 ~/.ssh/id_rsa + git config --global user.email "jonas@dellinger.dev" + git config --global user.name "AppVeyor Docs Builder" + cd ./SpotifyAPI.Docs yarn USE_SSH=true GIT_USER=JohnnyCrazy yarn deploy