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