mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
Update appveyor.yml
This commit is contained in:
parent
7f1c1eb220
commit
ebf90a6a25
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user