Update .gitlab-ci.yml
This commit is contained in:
parent
b28476b918
commit
d9c92d8031
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ pages:
|
|||
script:
|
||||
- mkdir -p docs
|
||||
- cd docs
|
||||
- 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 graphviz -y
|
||||
- doxygen ./Doxyfile
|
||||
- cd ./latex
|
||||
- make
|
||||
|
|
Reference in a new issue