Fixed deployment

This commit is contained in:
Anuken
2020-09-15 20:18:21 -04:00
parent 23c56974b2
commit 52ff09d024
3 changed files with 11 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ script:
- cp -a Mindustry/core/build/docs/javadoc/. docs/
- cd docs
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then git add .; git commit -m "Update ${TRAVIS_BUILD_NUMBER}"; git push https://Anuken:${GH_PUSH_TOKEN}@github.com/MindustryGame/docs; fi
- cd ../Mindustry
deploy:
- provider: releases
skip_cleanup: true