mirror of
https://gitlab.com/Trygve/contour-creator.git
synced 2024-10-31 20:00:15 +00:00
12 lines
205 B
YAML
12 lines
205 B
YAML
image: alpine
|
|
|
|
pages:
|
|
script:
|
|
- apk update && apk add doxygen graphviz ttf-freefont
|
|
- doxygen Doxyfile
|
|
- mv documentation/doxygen_html/ public/
|
|
artifacts:
|
|
paths:
|
|
- public
|
|
only:
|
|
- main |