Travis: commit stuff.

This commit is contained in:
Koen Kanters
2018-04-26 20:00:23 +02:00
parent 305fb70d78
commit 5d41c97655
+2
View File
@@ -10,6 +10,8 @@ update_wiki() {
git clone https://${GH_TOKEN}@github.com/Koenkk/zigbee2mqtt.wiki.git
npm run docgen zigbee2mqtt.wiki
cd zigbee2mqtt.wiki
git add -A
git commit -m "Travis CI: update wiki"
git push origin
}