diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d2d219..09a047f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,11 +2,11 @@ image: alpine pages: script: - - apk update && apk add doxygen graphviz ttf-freefont - - doxygen docs/doxygen.conf - - mv docs/html/ public/ + - apk update && apk add doxygen + - doxygen doxygen/Doxyfile + - mv doxygen/documentation/html/ public/ artifacts: paths: - public only: - - feature/add-gitlab-pages-support \ No newline at end of file + - main \ No newline at end of file