Update .gitlab-ci.yml

This commit is contained in:
Dorian Zedler 2018-12-02 00:17:15 +01:00
parent d3e2cd2c8a
commit 719ead4117

View file

@ -5,8 +5,6 @@ image: alpine
pages:
script:
- apk update && apk add doxygen
- ls
- ls ../
- doxygen Doku/Doxygen/Doxyfile
- mv Doku/Doxygen/html/ public/
artifacts: