diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a7bf2db0..8a16aae80 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -104,9 +104,9 @@ pages: stage: release before_script: - apt-get update && apt-get install -y doxygen graphviz - - mkdir {build,public} + - mkdir {build_pages,public} script: - - pushd build + - pushd build_pages - cmake .. && make doxygen - popd && mv build/docs/html/* public/ artifacts: