Update .gitlab-ci.yml
This commit is contained in:
parent
d5ddeab89c
commit
4f962950d5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ image: alpine
|
|||
|
||||
pages:
|
||||
script:
|
||||
- apk update && apk add graphviz && apk add doxygen
|
||||
- apk update && apk add graphviz && apk add ttf-freefont && apk add doxygen
|
||||
- doxygen Doku/Doxygen/Doxyfile
|
||||
- mv Doku/Doxygen/html/ public/
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in a new issue