From e04deef756eabfd55d08d355aa11266e3d1f2b6f Mon Sep 17 00:00:00 2001 From: aqquq <jannik.wurche@student.uni-halle.de> Date: Sat, 6 Jul 2024 12:47:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=95=20copy=20editor.html=20and=20make?= =?UTF-8?q?=20editor.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2aa8dc8..f7d3b89 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,9 +20,11 @@ build: - mkdir -p public - cp src/logo.svg public/logo.svg - cp src/index.html public/index.html + - cp src/editor.html public/editor.html - cp src/style.css public/style.css - cp src/katex.js public/katex.js - elm make src/Main.elm --output=public/elm.js + - elm make src/QuizEditor/Editor.elm --output=public/editor.js artifacts: paths: - public -- GitLab