mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-15 15:20:57 -08:00
9 lines
431 B
Bash
Executable file
9 lines
431 B
Bash
Executable file
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
|
|
./gradlew run
|
|
cd ../wiki
|
|
git add .
|
|
git commit -m "Update to match build ${TRAVIS_TAG}"
|
|
git push https://Anuken:${GH_PUSH_TOKEN}@github.com/MindustryGame/wiki
|