Merge pull request #6959 from Mailaender/travis-wiki-playtest
Fixed Travis updating the wrong wiki page
This commit is contained in:
@@ -3,15 +3,15 @@
|
||||
git config --global user.email "orabot@users.noreply.github.com"
|
||||
git config --global user.name "orabot"
|
||||
|
||||
echo "Updating https://github.com/OpenRA/OpenRA/wiki/Traits"
|
||||
echo "Updating https://github.com/OpenRA/OpenRA/wiki/"
|
||||
rm -rf $HOME/openra-wiki
|
||||
git clone git@github.com:OpenRA/OpenRA.wiki.git $HOME/openra-wiki
|
||||
cp -fr ../DOCUMENTATION.md $HOME/openra-wiki/Traits.md
|
||||
cp -fr ../Lua-API.md $HOME/openra-wiki/New-Lua-API.md
|
||||
cp -fr ../Lua-API.md $HOME/openra-wiki/Lua-API.md
|
||||
|
||||
pushd $HOME/openra-wiki
|
||||
git add Traits.md
|
||||
git add New-Lua-API.md
|
||||
git add Lua-API.md
|
||||
git commit -m "Update trait and scripting documentation"
|
||||
git push origin master
|
||||
popd
|
||||
Reference in New Issue
Block a user