diff --git a/script/release.clj b/script/release.clj index cc90c5b..f3aaf5b 100755 --- a/script/release.clj +++ b/script/release.clj @@ -25,6 +25,9 @@ (println "Compiling CLJS") (shell "clojure -M:dev -m shadow.cljs.devtools.cli release main") +(fs/copy "resources/public/js/report.html" "gh-pages" + {:replace-existing true}) + (def index-file (fs/file "gh-pages" "index.html")) (def cljs-source-dir (fs/file "resources" "public" "cljs"))