mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-05-21 20:11:46 +02:00
Update .gitlab-ci.yml
This commit is contained in:
parent
ad41be99f8
commit
4cbe328660
@ -2,8 +2,9 @@ image: alpine
|
|||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|
||||||
script:
|
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
|
- doxygen doxygen.txt
|
||||||
- mkdir public
|
- mkdir public
|
||||||
- cp -r docs/html public
|
- cp -r docs/html public
|
||||||
|
Loading…
x
Reference in New Issue
Block a user