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
|
- 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 python3-pip
|
||||||
- doxygen ./Doxyfile-mcss
|
- doxygen ./Doxyfile
|
||||||
- cd ./latex
|
- cd ./latex
|
||||||
- make
|
- make
|
||||||
- cp refman.pdf ../html/ConnectFour.pdf
|
- cp refman.pdf ../html/ConnectFour.pdf
|
||||||
|
|
Reference in a new issue