Update .gitlab-ci.yml

This commit is contained in:
Dorian Zedler 2021-10-06 13:37:33 +00:00
parent e502acdfdc
commit 003955d69f
1 changed files with 1 additions and 3 deletions

View File

@ -8,9 +8,7 @@ pages:
script: script:
- cd doxygen/ - cd doxygen/
- apt update && apt install -y git doxygen python3-pip - apt update && apt install -y git doxygen python3-pip
- git clone git://github.com/mosra/m.css - doxygen
- pip3 install jinja2 Pygments
- ./m.css/documentation/doxygen.py ./Doxyfile-mcss
- mv ./html ../public - mv ./html ../public
artifacts: artifacts:
paths: paths: