Merge branch 'fix-ci' into 'main'

ci: create build directories for pages

See merge request naaice/poet!7
This commit is contained in:
Max Lübke 2023-03-31 15:24:03 +02:00
commit 761cddd469

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: