Delete .gitlab-ci.yml

This commit is contained in:
Jens Noack 2018-11-12 15:24:55 +01:00
parent 5d9f372364
commit 2a2af8bf97

View file

@ -1,12 +0,0 @@
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/doxygen
image: alpine
pages:
script:
- mv Doku/Doxygen/html/ public/
artifacts:
paths:
- public
only:
- master