From 76d52a39abe3dbd86125511c9d0f7e577a8ed9be Mon Sep 17 00:00:00 2001 From: Trygve Date: Sat, 6 Apr 2024 13:43:23 +0200 Subject: [PATCH] fixed ci --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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