From 59557903304cb9f7326305399a1fab44206b5953 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Mon, 10 Jun 2019 22:40:30 -0500 Subject: [PATCH] fix creds --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index a4325857..e43701f0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -58,7 +58,7 @@ after_deploy: git config --global core.autocrlf true git config --global credential.helper store - Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:gh_acct_user):$($env:gh_acct_pw)@github.com`n" + Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:gh_acct_user):$($env:gh_acct_pw)@github.com/" git config --global user.email $env:APPVEYOR_REPO_COMMIT_AUTHOR_EMAIL git config --global user.name $env:APPVEYOR_REPO_COMMIT_AUTHOR git clone "https://github.com/$($env:APPVEYOR_REPO_NAME).git" -b gh-pages origin_site