From c8aea35c8bf859e400d35d47ea55f8c34edb308f Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Mon, 10 Jun 2019 22:17:49 -0500 Subject: [PATCH] Adjusted doc deploy script --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index ba308c1c..905e94be 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -56,6 +56,7 @@ after_deploy: throw [System.Exception] "docfx build failed with exit code $lastexitcode." } + 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" git config --global user.email $env:APPVEYOR_REPO_COMMIT_AUTHOR_EMAIL