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

Removing quotes
This commit is contained in:
Ryan Baxter
2024-05-15 17:11:13 -04:00
committed by GitHub

View File

@@ -343,8 +343,8 @@ class CommandPicker {
String repo = properties.getGit().getOrgName() + "/" + version.projectName;
// TODO this needs to be a property
return "./jenkins.sh"
+ " --docs-host docs-ip.spring.io --docs-ssh-host-key # --site-path \""
+ project.getAbsolutePath() + "/target/antora/site\" --github-repository " + repo + " --dry-run";
+ " --docs-host docs-ip.spring.io --docs-ssh-host-key # --site-path "
+ project.getAbsolutePath() + "/target/antora/site --github-repository " + repo + " --dry-run";
}
String version() {