contour-creator/.gitlab-ci.yml

12 lines
225 B
YAML
Raw Normal View History

2024-04-06 11:19:58 +00:00
image: alpine
pages:
script:
- apk update && apk add doxygen graphviz ttf-freefont
- doxygen docs/doxygen.conf
- mv docs/html/ public/
artifacts:
paths:
- public
only:
- feature/add-gitlab-pages-support