Update .gitlab-ci.yml
This commit is contained in:
parent
ead4743378
commit
b28476b918
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ pages:
|
|||
- mkdir -p docs
|
||||
- cd docs
|
||||
- apt install doxygen texlive-base texlive-latex-extra texlive-fonts-extra texlive-fonts-recommended python3-pip
|
||||
- doxygen ./Doxyfile-mcss
|
||||
- doxygen ./Doxyfile
|
||||
- cd ./latex
|
||||
- make
|
||||
- cp refman.pdf ../html/ConnectFour.pdf
|
||||
|
|
Reference in a new issue