Changeset 13 in code for trunk/cli/publish.ml
- Timestamp:
- Jul 30, 2022, 12:58:02 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cli/publish.ml
r12 r13 21 21 List.iter (fun t -> 22 22 Index.((load (snd t)) false None None None None); 23 Convert. convert_dir(fst t) false (snd t))23 Convert.at_path (fst t) false (snd t)) 24 24 targets 25 25
Note:
See TracChangeset
for help on using the changeset viewer.