ci: create build directories for pages

This commit is contained in:
Max Luebke 2023-03-31 15:22:49 +02:00
parent e29a4bff03
commit cdce7701b8

View File

@ -105,14 +105,12 @@ release-create:
pages:
stage: release
dependencies:
- build-poet
before_script:
- apt-get update && apt-get install -y doxygen graphviz
- mkdir public
- mkdir {build,public}
script:
- pushd build
- make doxygen
- cmake .. && make doxygen
- popd && mv build/docs/html/* public/
artifacts:
paths: