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:
parent
492929e89c
commit
65537ac046
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user