mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-07-13 14:01:41 +02:00
Release
This commit is contained in:
16
.gitlab-ci.yml
Normal file
16
.gitlab-ci.yml
Normal file
@ -0,0 +1,16 @@
|
||||
image: alpine
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- 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:
|
||||
- public
|
||||
only:
|
||||
- release
|
Reference in New Issue
Block a user