Skip to content

Commit 81ca17c

Browse files
committed
Actually use the 3.1.0 release of odoc
1 parent 88fcf90 commit 81ca17c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/lib/config.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,9 @@ let cmdliner =
221221
$ cache_threshold
222222
$ valid_packages_path)
223223

224-
(* odoc pinned to 3.1.0 release *)
224+
(* odoc really pinned to 3.1.0 release now *)
225225
let odoc _ =
226-
"https://github.com/ocaml/odoc.git#1e7ee409b7f16f2458593c63d48c19e3505eec4a"
226+
"https://github.com/ocaml/odoc.git#dbe1333c687102e1a9a1cbe59d63b8f69e6b1af0"
227227

228228
let sherlodoc _ = odoc ()
229229
let pool _ = "docs-pipeline"

src/lib/valid_packages.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ module Op = struct
4343
packages)
4444
in
4545
let () = Unix.rename (Printf.sprintf "%s.tmp" path) path in
46+
let path = Fpath.(v (Config.Ssh.storage_folder ssh) / path |> to_string) in
4647
let cmd =
4748
Bos.Cmd.(
4849
v "scp"

0 commit comments

Comments
 (0)