From fc97d525f443fa3b30c3ba99214549b659742ac9 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 26 Dec 2020 01:35:20 +0100 Subject: [PATCH] Add make targets for wiki updates Signed-off-by: Knut Ahlers --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..665b645 --- /dev/null +++ b/Makefile @@ -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