From 834538b33674477d5fc367dd81545e7e696894e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 19 Oct 2014 14:13:10 +0200 Subject: [PATCH 1/2] not just Traits anymore --- packaging/update-wiki.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/update-wiki.sh b/packaging/update-wiki.sh index 17c280ef84..6ea1a4219c 100755 --- a/packaging/update-wiki.sh +++ b/packaging/update-wiki.sh @@ -3,7 +3,7 @@ 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 From 1e97accf909b4bfd3586d556e1ce2b355413270e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Mon, 3 Nov 2014 22:13:36 +0100 Subject: [PATCH 2/2] not new, but only Lua API --- packaging/update-wiki.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/update-wiki.sh b/packaging/update-wiki.sh index 6ea1a4219c..7208df753d 100755 --- a/packaging/update-wiki.sh +++ b/packaging/update-wiki.sh @@ -7,11 +7,11 @@ 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 \ No newline at end of file