File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -221,9 +221,9 @@ let cmdliner =
221
221
$ cache_threshold
222
222
$ valid_packages_path)
223
223
224
- (* odoc pinned to 3.1.0 release *)
224
+ (* odoc really pinned to 3.1.0 release now *)
225
225
let odoc _ =
226
- " https://github.com/ocaml/odoc.git#1e7ee409b7f16f2458593c63d48c19e3505eec4a "
226
+ " https://github.com/ocaml/odoc.git#dbe1333c687102e1a9a1cbe59d63b8f69e6b1af0 "
227
227
228
228
let sherlodoc _ = odoc ()
229
229
let pool _ = " docs-pipeline"
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ module Op = struct
43
43
packages)
44
44
in
45
45
let () = Unix. rename (Printf. sprintf " %s.tmp" path) path in
46
+ let path = Fpath. (v (Config.Ssh. storage_folder ssh) / path |> to_string) in
46
47
let cmd =
47
48
Bos.Cmd. (
48
49
v " scp"
You can’t perform that action at this time.
0 commit comments