diff --git a/Jenkinsfile b/Jenkinsfile index 3c99edb..13af57f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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\"; \