mirror of
https://gitlab.com/Trygve/contour-creator.git
synced 2026-03-14 16:04:04 +00:00
fixed ci
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user