mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-05-28 15:31:47 +02:00
14 lines
229 B
YAML
14 lines
229 B
YAML
image: alpine
|
|
|
|
pages:
|
|
script:
|
|
- apk update && apk add doxygen graphviz ttf-freefont
|
|
#- doxygen docs/doxygen.conf
|
|
- doxygen doxygen.txt
|
|
#- mv docs/html/ public/
|
|
artifacts:
|
|
paths:
|
|
- docs
|
|
only:
|
|
- release
|