Fix build of pages

This commit is contained in:
Max Lübke 2024-03-07 13:39:27 +00:00
parent 912c083353
commit 5c44146633

View File

@ -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: