mirror of
https://gitlab.com/Trygve/contour-creator.git
synced 2024-11-21 23:00:18 +00:00
fixed ci
This commit is contained in:
parent
fd28196d77
commit
76d52a39ab
@ -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
|
Loading…
Reference in New Issue
Block a user