From 0e22772e484792eaa25778f60650e0824b691bb7 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Wed, 8 Apr 2020 16:40:22 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b68abba..338b6ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,21 +1,15 @@ # you can delete this line if you're not using Docker # image: busybox:latest -before_script: +pages: + script: - mkdir -p docs - cd docs - apt install doxygen texlive-base texlive-latex-extra texlive-fonts-extra texlive-fonts-recommended python3-pip - git clone git://github.com/mosra/m.css - cd m.css/documentation - pip3 install jinja2 Pygments - -build1: - stage: build - script: - - ./doxygen.py ../../Doxyfile-mcss - -pages: - script: + - ./doxygen.py ../../Doxyfile-mcss - mv docs/html/ public/ artifacts: paths: