diff options
author | Joris | 2017-01-01 19:58:22 +0100 |
---|---|---|
committer | Joris | 2017-01-01 19:58:22 +0100 |
commit | b1b6cf18ee0da5d729c35800817c306bea64e73e (patch) | |
tree | 519566a51cb2ae021e97f17268b6e0fa40f31690 | |
parent | 36899517d126c8a7084f717cd3f3920fbb7f4cf2 (diff) |
Deploy covers to gitlab-ci
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f8b0ea..11a45d0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,7 @@ pages: - mkdir -p public - cp target/scala-2.12/classes/index-prod.html public/index.html - cp target/scala-2.12/classes/reset.css public/reset.css + - cp -r target/scala-2.12/classes/cover public/cover - cp target/scala-2.12/classes/icon.png public/icon.png - cp target/scala-2.12/reading-opt.js public/main.js - sed 's/src="[^"]*"/src="main.js"/' -i public/index.html |