Fix build of pages

This commit is contained in:
Max Lübke 2024-03-07 13:39:27 +00:00
parent 49917d2d23
commit 6e055a52e1

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: