mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-05-20 11:31:48 +02:00
Merge branch 'release' of https://git.imn.htwk-leipzig.de/wagner/dezibot into release
This commit is contained in:
commit
ae0744a503
@ -1,13 +1,16 @@
|
||||
image: alpine
|
||||
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- apk update && apk add doxygen graphviz ttf-freefont
|
||||
#- doxygen docs/doxygen.conf
|
||||
- apk update && apk add doxygen graphviz ttf-freefont && apk add make
|
||||
- doxygen doxygen.txt
|
||||
- mkdir public
|
||||
- cp -r docs/html public
|
||||
|
||||
#- mv docs/html/ public/
|
||||
artifacts:
|
||||
paths:
|
||||
- docs
|
||||
- public
|
||||
only:
|
||||
- release
|
||||
|
Loading…
x
Reference in New Issue
Block a user