This commit is contained in:
Yann Esposito (Yogsototh) 2024-04-25 13:41:24 +02:00
parent 7b0e2df9ed
commit 8d091c3f8f
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -534,7 +534,7 @@
[path] [path]
(let [dst (str dest "/" path)] (let [dst (str dest "/" path)]
(println "Copying: " path " to " dst) (println "Copying: " path " to " dst)
(fs/copy-tree path dst))) (fs/copy-tree path dst {:replace-existing true})))
(defn -main [& _args] (defn -main [& _args]
(gen-page "index.html" (gen-page "index.html"