mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-05-21 12:01:47 +02:00
Update .gitlab-ci.yml
This commit is contained in:
parent
ad41be99f8
commit
4cbe328660
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user