Update .gitlab-ci.yml
This commit is contained in:
parent
e217961867
commit
f8d89b6a53
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 graphviz -y
|
# - 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