Add make targets for wiki updates

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2020-12-26 01:35:20 +01:00
parent 234e1a332c
commit fc97d525f4
Signed by: luzifer
GPG Key ID: 0066F03ED215AD7D

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
default:
pull_wiki:
git subtree pull --prefix=wiki https://github.com/Luzifer/twitch-bot.wiki.git master --squash
push_wiki:
git subtree push --prefix=wiki https://github.com/Luzifer/twitch-bot.wiki.git master