mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
14 lines
270 B
YAML
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
|