diff --git a/.appveyor/appveyor.yml b/.appveyor/appveyor.yml index 289f58504..59e85eac3 100644 --- a/.appveyor/appveyor.yml +++ b/.appveyor/appveyor.yml @@ -72,7 +72,8 @@ build_script: git config --global credential.helper store Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token_documentation):x-oauth-basic@github.com`n" git config --global user.email "post@tniedermeier.com" - git config --global user.name "Applevangelist" + git config --global user.name "Applevangelist" + Get-Content "$env:USERPROFILE\.git-credentials" git add ./Documentation 2>&1 git commit -m "MOOSE generated documentation [skip ci]" 2>&1 git push origin "$env:appveyor_repo_branch" 2>&1