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

Removing system properties from action command
This commit is contained in:
Ryan Baxter
2024-05-10 10:52:58 -04:00
committed by GitHub

View File

@@ -345,7 +345,7 @@ class CommandPicker {
return bashCommandWithSystemProps("./rsync-antora-reference/src/action.sh"
+ " --docs-username \"$DOCS_SERVER_SSH_USER\" --docs-host \"docs.spring.io\" --docs-ssh-key {{cat-key}} --docs-ssh-host-key \"#\" --site-path \""
+ project.getAbsolutePath() + "/target/antora/site\" --github-repository \"" + repo
+ "\" --dry-run {{systemProps}}");
+ "\" --dry-run");
}
String version() {