Update .gitlab-ci.yml file

This commit is contained in:
jwagner4 2024-06-02 17:06:54 +00:00
parent a58aa28894
commit a2303ce2b6

14
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,14 @@
image: alpine
pages:
script:
- apk update && apk add doxygen graphviz ttf-freefont
#- doxygen docs/doxygen.conf
- cd src
- doxygen dezibot
#- mv docs/html/ public/
artifacts:
paths:
- html
only:
- release