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:
script:
- apk update && apk add doxygen graphviz ttf-freefont
- doxygen docs/doxygen.conf
- mv docs/html/ public/
- apk update && apk add doxygen
- doxygen doxygen/Doxyfile
- mv doxygen/documentation/html/ public/
artifacts:
paths:
- public
only:
- feature/add-gitlab-pages-support
- main