Skip to content
Snippets Groups Projects
Verified Commit 65636bf3 authored by raphael.bach's avatar raphael.bach
Browse files

Add CI doc building

parent 4513c80d
No related branches found
No related tags found
No related merge requests found
stages:
- deploy
pages:
stage: deploy
image: $CI_IMAGE_DOC
script:
- make doc
- mv doc/doxygen/html public
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment