Update .gitlab-ci.yml
This commit is contained in:
parent
fccbddcca5
commit
d3e2cd2c8a
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ image: alpine
|
|||
pages:
|
||||
script:
|
||||
- apk update && apk add doxygen
|
||||
- ls
|
||||
- ls ../
|
||||
- doxygen Doku/Doxygen/Doxyfile
|
||||
- mv Doku/Doxygen/html/ public/
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in a new issue