mirror of
https://gitlab.com/Trygve/contour-creator.git
synced 2024-11-09 16:20:15 +00:00
12 lines
191 B
YAML
12 lines
191 B
YAML
image: alpine
|
|
|
|
pages:
|
|
script:
|
|
- apk update && apk add doxygen
|
|
- doxygen doxygen/Doxyfile
|
|
- mv doxygen/documentation/html/ public/
|
|
artifacts:
|
|
paths:
|
|
- public
|
|
only:
|
|
- main |