mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2026-08-18 21:25:25 +00:00
Update appveyor.yml
This commit is contained in:
@@ -8,7 +8,7 @@ skip_tags: false
|
|||||||
|
|
||||||
environment:
|
environment:
|
||||||
access_token_documentation:
|
access_token_documentation:
|
||||||
secure: JVBVVL8uJUcLXN+48eRdELEeCGOGCCaMzCqutsUqNuaZ/KblG5ZTt7+LV4UKv/0f
|
secure: doUbkLRiz3sTESHDV0BG3Av28lB6q6XA6mrFTadXpxikTBej/k5cZDK36JahdlP7
|
||||||
LUAROCKS_VER: 2.4.1
|
LUAROCKS_VER: 2.4.1
|
||||||
LUA_VER: 5.1.5
|
LUA_VER: 5.1.5
|
||||||
LUA: lua5.3
|
LUA: lua5.3
|
||||||
@@ -71,8 +71,8 @@ build_script:
|
|||||||
echo "Commit to GITHUB"
|
echo "Commit to GITHUB"
|
||||||
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 "sven.van.de.velde@telenet.be"
|
git config --global user.email "post@tniedermeier.com"
|
||||||
git config --global user.name "FlightControl-User"
|
git config --global user.name "Applevangelist"
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user