Skip to content
Snippets Groups Projects
Commit 9c5c1d97 authored by Marco Zimmer's avatar Marco Zimmer
Browse files

Update .gitlab-ci.yml file

Auto Doxygen deployment
parent ed9bf528
No related branches found
No related tags found
No related merge requests found
Pipeline #5967 failed
image: alpine
pages:
script:
- apk update && apk add doxygen
- doxygen Doxygen/Doxyfile
- mv Doxygen/documentation/html/ public/
artifacts:
paths:
- public
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment