diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index b3bd1d3..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -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