Update .gitlab-ci.yml

This commit is contained in:
Dorian Zedler 2018-12-02 00:15:41 +01:00
parent fccbddcca5
commit d3e2cd2c8a

View file

@ -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: