1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-13 13:19:12 +08:00

Update wiki script

This commit is contained in:
wsdjeg 2018-01-21 15:56:29 +08:00 committed by Wang Shidong
parent 492929e89c
commit 65537ac046
2 changed files with 4 additions and 2 deletions

View File

@ -23,5 +23,7 @@ if [ "$TRAVIS_PULL_REQUEST" != "false" ] ; then
echo ""
fi
else
./wiki/async.sh
if [ "$LINT" = "jekyll" ]; then
./wiki/async.sh
fi
fi

View File

@ -5,7 +5,7 @@ cd wiki/
git init
git add .
git commit -m "Update wiki"
git remote add SpaceVimWiki https://SpaceVimBot:${BOTSECRET}: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/