Update .gitlab-ci.yml file

This commit is contained in:
jwagner4 2024-06-02 18:20:25 +00:00
parent b771f956e6
commit 48b02d9b8c

View File

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