Update .gitlab-ci.yml

This commit is contained in:
Dorian Zedler 2020-04-08 20:22:15 +00:00
parent ead4743378
commit b28476b918

View file

@ -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