Fix build of pages

This commit is contained in:
Max Lübke 2024-03-07 13:39:27 +00:00
parent 99a62420e7
commit 2c5c6dd166

View File

@ -104,9 +104,9 @@ pages:
stage: release stage: release
before_script: before_script:
- apt-get update && apt-get install -y doxygen graphviz - apt-get update && apt-get install -y doxygen graphviz
- mkdir {build,public} - mkdir {build_pages,public}
script: script:
- pushd build - pushd build_pages
- cmake .. && make doxygen - cmake .. && make doxygen
- popd && mv build/docs/html/* public/ - popd && mv build/docs/html/* public/
artifacts: artifacts: