Merge pull request #264 from ryanjbaxter/publish-antora-docs

Fixing command run
This commit is contained in:
Ryan Baxter
2024-05-14 16:14:03 -04:00
committed by GitHub

View File

@@ -189,7 +189,7 @@ public class ProjectCommandExecutor {
commands[i] = commands[i].replace("{{cat-key}}", "\"$(cat $DOCS_SERVER_SSH_KEY)\"");
}
}
runCommand(properties, antoraDocsProject.getAbsolutePath() + "/rsync-antora-reference/src", command.split(" "));
runCommand(properties, antoraDocsProject.getAbsolutePath() + "/rsync-antora-reference/src", commands);
}
public void publishDocs(ReleaserProperties properties, ProjectVersion originalVersion,