Publish report page
This commit is contained in:
parent
c0acd75283
commit
53a91f5fac
|
@ -25,6 +25,9 @@
|
||||||
(println "Compiling CLJS")
|
(println "Compiling CLJS")
|
||||||
(shell "clojure -M:dev -m shadow.cljs.devtools.cli release main")
|
(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 index-file (fs/file "gh-pages" "index.html"))
|
||||||
|
|
||||||
(def cljs-source-dir (fs/file "resources" "public" "cljs"))
|
(def cljs-source-dir (fs/file "resources" "public" "cljs"))
|
||||||
|
|
Loading…
Reference in a new issue