Update .gitlab-ci.yml
This commit is contained in:
parent
8a0fdfc41c
commit
07e8479da5
1 changed files with 1 additions and 2 deletions
|
@ -2,8 +2,7 @@ image: ubuntu/latest
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
script:
|
script:
|
||||||
- mkdir -p docs
|
- cd doxygen/
|
||||||
- cd Doku/Doxygen/
|
|
||||||
- apt install doxygen texlive-base texlive-latex-extra texlive-fonts-extra texlive-fonts-recommended python3-pip
|
- apt install doxygen texlive-base texlive-latex-extra texlive-fonts-extra texlive-fonts-recommended python3-pip
|
||||||
- git clone git://github.com/mosra/m.css
|
- git clone git://github.com/mosra/m.css
|
||||||
- pip3 install jinja2 Pygments
|
- pip3 install jinja2 Pygments
|
||||||
|
|
Loading…
Reference in a new issue