# This file is a template, and might need editing before it works on your project. # Full project: https://gitlab.com/pages/doxygen image: alpine documentation: script: mkdir -p docs && python asn2md.py docs `find . -iname '*.asn'` only: changes: - ./*.asn artifacts: paths: - docs