# you can delete this line if you're not using Docker # image: busybox:latest before_script: - mkdir -p docs - cd docs - apt install doxygen texlive-base texlive-latex-extra texlive-fonts-extra texlive-fonts-recommended python3-pip - git clone git://github.com/mosra/m.css - cd m.css/documentation - pip3 install jinja2 Pygments build1: stage: build script: - ./doxygen.py ../../Doxyfile-mcss pages: script: - mv docs/html/ public/ artifacts: paths: - public only: - master