This commit is contained in:
Trygve 2024-04-06 13:43:23 +02:00
parent fd28196d77
commit 76d52a39ab
1 changed files with 4 additions and 4 deletions

View File

@ -2,11 +2,11 @@ image: alpine
pages: pages:
script: script:
- apk update && apk add doxygen graphviz ttf-freefont - apk update && apk add doxygen
- doxygen docs/doxygen.conf - doxygen doxygen/Doxyfile
- mv docs/html/ public/ - mv doxygen/documentation/html/ public/
artifacts: artifacts:
paths: paths:
- public - public
only: only:
- feature/add-gitlab-pages-support - main