Update .gitlab-ci.yml
This commit is contained in:
parent
7a44f76d8b
commit
bc90c24f5b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ image: ubuntu
|
|||
pages:
|
||||
script:
|
||||
- cd doxygen/
|
||||
- apt update && apt install -y doxygen texlive-base texlive-latex-extra texlive-fonts-extra texlive-fonts-recommended python3-pip
|
||||
- apt update && apt install -y doxygen python3-pip
|
||||
- git clone git://github.com/mosra/m.css
|
||||
- pip3 install jinja2 Pygments
|
||||
- ./m.css/documentation/doxygen.py ./Doxyfile-mcss
|
||||
|
|
Loading…
Reference in a new issue