pushd and popd is safer here to not confuse Travis
This commit is contained in:
@@ -8,8 +8,9 @@ pushd .. &> /dev/null
|
|||||||
mono --debug OpenRA.Utility.exe --lua-docs d2k > packaging/openra-wiki/New-Lua-API.md
|
mono --debug OpenRA.Utility.exe --lua-docs d2k > packaging/openra-wiki/New-Lua-API.md
|
||||||
popd &> /dev/null
|
popd &> /dev/null
|
||||||
|
|
||||||
cd openra-wiki
|
pushd openra-wiki
|
||||||
git add Traits.md
|
git add Traits.md
|
||||||
git add New-Lua-API.md
|
git add New-Lua-API.md
|
||||||
git commit -m "Update trait and scripting documentation"
|
git commit -m "Update trait and scripting documentation"
|
||||||
git push origin master
|
git push origin master
|
||||||
|
popd
|
||||||
Reference in New Issue
Block a user