From 5755264259b7c4b79c785adbe13b7eaeaa621a92 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Sun, 21 Jan 2018 13:49:06 +0800 Subject: [PATCH] Update wiki home --- wiki/Home.md | 2 ++ wiki/async.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wiki/Home.md b/wiki/Home.md index 6e5434d50..17ecb7ac9 100644 --- a/wiki/Home.md +++ b/wiki/Home.md @@ -17,6 +17,8 @@ welcome to ## Developers +the wiki is generated from [`wiki/`](https://github.com/SpaceVim/SpaceVim/tree/master/wiki) directory automatically, if you want to contribute to the wiki, please use pull request. + - [Support SpaceVim](support-spacevim) - [contribute to SpaceVim](https://github.com/SpaceVim/SpaceVim/blob/master/CONTRIBUTING.md) - [Write post about SpaceVim](write-post-about-spacevim) diff --git a/wiki/async.sh b/wiki/async.sh index 2fa55fcca..09bc73eea 100755 --- a/wiki/async.sh +++ b/wiki/async.sh @@ -5,7 +5,7 @@ cd wiki/ git init git add . git commit -m "Update wiki" -git remote add SpaceVimWiki https://github.com/SpaceVim/SpaceVim.wiki.git +git remote add SpaceVimWiki https://SpaceVimBot:${BOTSECRET}:github.com/SpaceVim/SpaceVim.wiki.git git push -f -u SpaceVimWiki master cd .. rm -rf ./wiki/.git/