mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-07-04 17:51:41 +02:00
Update .gitlab-ci.yml
This commit is contained in:
@ -2,8 +2,9 @@ image: alpine
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
|
||||
script:
|
||||
- apk update && apk add doxygen graphviz ttf-freefont && apk add make
|
||||
- apk update && apk add doxygen graphviz ttf-freefont && apk add make && apk add lftp
|
||||
- doxygen doxygen.txt
|
||||
- mkdir public
|
||||
- cp -r docs/html public
|
||||
|
Reference in New Issue
Block a user