This commit is contained in:
Prof.J.Wagner 2024-06-06 14:10:18 +02:00
commit ae0744a503

View File

@ -1,13 +1,16 @@
image: alpine
pages:
stage: deploy
script:
- apk update && apk add doxygen graphviz ttf-freefont
#- doxygen docs/doxygen.conf
- apk update && apk add doxygen graphviz ttf-freefont && apk add make
- doxygen doxygen.txt
- mkdir public
- cp -r docs/html public
#- mv docs/html/ public/
artifacts:
paths:
- docs
- public
only:
- release