yunohost/.gitlab/ci/doc.gitlab-ci.yml
2020-05-20 15:27:18 +02:00

14 lines
270 B
YAML

########################################
# DOC
########################################
generate-helpers-doc:
stage: doc
image: "before-install"
needs: []
script:
- cd doc
- python generate_helper_doc.py
artifacts:
paths:
- doc/helpers.html