mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-27 21:20:03 +00:00
Fix .travis/wiki.sh when there are no updates
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ update_wiki() {
|
||||
npm run docgen zigbee2mqtt.wiki
|
||||
cd zigbee2mqtt.wiki
|
||||
git add -A
|
||||
git commit -m "Travis CI: update wiki"
|
||||
git diff-index --quiet HEAD || git commit -m "Travis CI: update wiki"
|
||||
git push origin
|
||||
cd ..
|
||||
rm -rf zigbee2mqtt.wiki
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
# zigbee2mqtt :bridge_at_night: :honeybee:
|
||||
[](https://api.travis-ci.org/Koenkk/zigbee2mqtt.svg)
|
||||
|
||||

|
||||
|
||||
Allows you to use your Zigbee devices **without** the vendors (Xiaomi/TRADFRI/Hue) bridge/gateway.
|
||||
|
||||
Reference in New Issue
Block a user