Update Jenkinsfile

This commit is contained in:
Andrea Cavalli 2020-10-30 11:41:38 +01:00
parent 0a53d57567
commit aeeda3427e
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -99,6 +99,7 @@ pipeline {
steps {
sh "\
cd tdlight/target-release/apidocs; \
git init; \
git remote add origin https://git.ignuranza.net/tdlight-team/tdlight-docs; \
git add -A; \
git commit -m \"Update javadocs\"; \