diff --git a/cli/publish.ml b/cli/publish.ml index 29b1c82..0e39ac8 100644 --- a/cli/publish.ml +++ b/cli/publish.ml @@ -6,9 +6,9 @@ let targets () = List.filter (fun x -> try Sys.is_directory (snd x) with Sys_error _ -> false) [ - "htm", home ^ "/public/html"; - "gmi", home ^ "/public/gemini"; - "", home ^ "/public/gopher"; + "htm", home ^ "/public_html/txt"; + "gmi", home ^ "/public_gemini/txt"; + "", home ^ "/public_gopher/txt"; ] open Logarion