image: alpine pages: script: - apk update && apk add doxygen graphviz ttf-freefont && apk add make - doxygen doxygen.txt #- mv docs/html/ public/ artifacts: paths: - docs only: - release