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:
|
pages:
|
||||||
script:
|
script:
|
||||||
- apk update && apk add doxygen
|
- apk update && apk add doxygen
|
||||||
|
- ls
|
||||||
|
- ls ../
|
||||||
- doxygen Doku/Doxygen/Doxyfile
|
- doxygen Doku/Doxygen/Doxyfile
|
||||||
- mv Doku/Doxygen/html/ public/
|
- mv Doku/Doxygen/html/ public/
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in a new issue