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:
|
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
|
Loading…
Reference in New Issue
Block a user