Fixed wrong tagging

This commit is contained in:
Marcin Grzejszczak
2018-10-16 14:11:12 +02:00
parent 38d206149c
commit e407255565
5 changed files with 136 additions and 27 deletions

View File

@@ -37,6 +37,7 @@ public class DocumentationUpdater {
return null;
}
File documentationProject = this.gitHandler.cloneDocumentationProject();
log.debug("Cloning the doc project to [{}]", documentationProject);
String pathToIndexHtml = "current/index.html";
File indexHtml = new File(documentationProject, pathToIndexHtml);
if (!indexHtml.exists()) {