Actually push the generated weapon docs to the wiki.

This commit is contained in:
Paul Chote
2019-03-22 08:14:38 +00:00
committed by reaperrr
parent 63817ae807
commit d7ff894346

View File

@@ -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