Update appveyor.yml

This commit is contained in:
Applevangelist 2021-04-21 11:16:52 +02:00 committed by GitHub
parent 7f1c1eb220
commit ebf90a6a25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,8 @@ build_script:
git config --global credential.helper store git config --global credential.helper store
Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token_documentation):x-oauth-basic@github.com`n" 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.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 add ./Documentation 2>&1
git commit -m "MOOSE generated documentation [skip ci]" 2>&1 git commit -m "MOOSE generated documentation [skip ci]" 2>&1
git push origin "$env:appveyor_repo_branch" 2>&1 git push origin "$env:appveyor_repo_branch" 2>&1