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 image: alpine
pages: pages:
stage: deploy
script: script:
- apk update && apk add doxygen graphviz ttf-freefont - apk update && apk add doxygen graphviz ttf-freefont && apk add make
#- doxygen docs/doxygen.conf
- doxygen doxygen.txt - doxygen doxygen.txt
- mkdir public
- cp -r docs/html public
#- mv docs/html/ public/ #- mv docs/html/ public/
artifacts: artifacts:
paths: paths:
- docs - public
only: only:
- release - release