From d7ff894346b32bab98d068c19691bd051ab7dbc9 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Fri, 22 Mar 2019 08:14:38 +0000 Subject: [PATCH] Actually push the generated weapon docs to the wiki. --- packaging/update-wiki.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/update-wiki.sh b/packaging/update-wiki.sh index 6d5d9eecfc..087c2bd587 100755 --- a/packaging/update-wiki.sh +++ b/packaging/update-wiki.sh @@ -37,6 +37,7 @@ git config --local user.email "orabot@users.noreply.github.com" git config --local user.name "orabot" git add "Traits${TAG}.md" git add "Lua API${TAG}.md" +git add "Weapons${TAG}.md" git add "Settings${TAG}.md" git commit -m "Update trait and scripting documentation for branch $1" && git push origin master