Update .gitlab-ci.yml file

This commit is contained in:
jwagner4 2024-06-02 18:17:19 +00:00
parent 3b48b4d429
commit b771f956e6

View File

@ -2,7 +2,7 @@ image: alpine
pages:
script:
- apk update && apk add doxygen graphviz ttf-freefont && apk add make && apk add pdflatex
- apk update && apk add doxygen graphviz ttf-freefont && apk add make && apk add texlive-latex-base
#- doxygen docs/doxygen.conf
- doxygen doxygen.txt
- cd docs/latex