From 9c1e863094e90691473b2f72e89704c627dc6af8 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Fri, 9 Jul 2021 15:11:30 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c9a1e46..18f4291 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,17 +3,12 @@ image: ubuntu pages: script: - cd doxygen/ - - apt update && apt install -y git doxygen python3-pip texlive-latex-base + - apt update && apt install -y git doxygen python3-pip - git clone git://github.com/mosra/m.css - pip3 install jinja2 Pygments - ./m.css/documentation/doxygen.py ./Doxyfile-mcss - - cd ./latex - - make - - cp refman.pdf ../html/Coderacer.pdf - - cd ../ - - mv ./html/ ../public/ artifacts: paths: - - public + - doxygen/html only: - master