1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-09-21 13:28:12 +03:00
Mindustry/update_wiki.sh

10 lines
431 B
Bash
Raw Normal View History

2019-06-23 17:29:22 +03:00
git config --global user.name "Wiki Updater"
git clone --depth=1 --branch=master https://github.com/MindustryGame/wiki ../wiki
git clone --depth=1 --branch=master https://github.com/Anuken/Mindustry-Wiki-Generator ../Mindustry-Wiki-Generator
cd ../Mindustry-Wiki-Generator
2019-06-23 17:33:25 +03:00
./gradlew run
2019-06-23 17:29:22 +03:00
cd ../wiki
git add .
2019-08-14 06:53:22 +03:00
git commit -m "Update to match build ${TRAVIS_TAG}"
2019-06-23 17:29:22 +03:00
git push https://Anuken:${GH_PUSH_TOKEN}@github.com/MindustryGame/wiki