mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-09 16:50:01 +00:00
Add make targets for wiki updates
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
234e1a332c
commit
fc97d525f4
1 changed files with 7 additions and 0 deletions
7
Makefile
Normal file
7
Makefile
Normal 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
|
Loading…
Reference in a new issue