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:
|
script:
|
||||||
- mkdir -p docs
|
- mkdir -p docs
|
||||||
- cd 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
|
- doxygen ./Doxyfile
|
||||||
- cd ./latex
|
- cd ./latex
|
||||||
- make
|
- make
|
||||||
|
|
Reference in a new issue