Browse Source

Adjusted doc deploy script

pull/13/head
Anairkoen Schno 5 years ago
parent
commit
c8aea35c8b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      appveyor.yml

+ 1
- 0
appveyor.yml View File

@ -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


Loading…
Cancel
Save