From f162d8847276d5b720bb5f73ad53ff1773eb8a28 Mon Sep 17 00:00:00 2001 From: Jan Habscheid <jan.habscheid@rwth-aachen.de> Date: Tue, 11 Feb 2025 12:52:27 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ed1e4b..4d32ced 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ image: andykuszyk/latex html: - - lyx --export xhtml Project1/lyx/main.lyx + script: + - lyx --export xhtml Project1/lyx/main.lyx artifacts: - paths: - - 'Project1/lyx/main.xhtml' + paths: + - 'Project1/lyx/main.xhtml' -- GitLab