From 8dd9c20b4c139d5ba8d46ae8081f1d62b65c784f Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Wed, 8 Apr 2020 17:43:06 +0000 Subject: [PATCH] fix dir links --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6715a64..83f4dde 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,13 +7,13 @@ pages: - 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 - - ./doxygen.py ../../Doxyfile-mcss - - cd ../../latex + - ./m.css/documentation/doxygen.py ./Doxyfile-mcss + - cd ./latex - make - cp refman.pdf ../html/ScStwSharedLibraries.pdf - - mv ../../html/ ../../../public/ + - cd ../ + - mv ./html/ ../public/ artifacts: paths: - public