image: alpine image: registry.gitlab.com/islandoftex/images/texlive:latest before_script: - tlmgr update --self --all pages: script: - apk update && apk add doxygen graphviz ttf-freefont && apk add make #- doxygen docs/doxygen.conf - doxygen doxygen.txt - cd docs/latex - make #- mv docs/html/ public/ artifacts: paths: - docs only: - release