mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-05-20 19:41:47 +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
|
image: alpine
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- apk update && apk add doxygen graphviz ttf-freefont
|
- apk update && apk add doxygen graphviz ttf-freefont && apk add make
|
||||||
#- doxygen docs/doxygen.conf
|
|
||||||
- doxygen doxygen.txt
|
- doxygen doxygen.txt
|
||||||
|
- mkdir public
|
||||||
|
- cp -r docs/html public
|
||||||
|
|
||||||
#- mv docs/html/ public/
|
#- mv docs/html/ public/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- docs
|
- public
|
||||||
only:
|
only:
|
||||||
- release
|
- release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user