Fix path in publishDokka task

Signed-off-by: Graham <gpe@openrs2.org>
master
Graham 8 months ago
parent 6923004f07
commit 5e5632637f
  1. 2
      build.gradle.kts

@ -318,7 +318,7 @@ tasks.register<Exec>("publishDokka") {
"ssh -oStrictHostKeyChecking=accept-new",
"--delete",
"-rtz",
"${layout.buildDirectory}/dokka/htmlCollector/",
"${layout.buildDirectory.get()}/dokka/htmlCollector/",
"build@docs.openrs2.org:/srv/www/docs"
)
}

Loading…
Cancel
Save