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: pages:
stage: release stage: release
dependencies:
- build-poet
before_script: before_script:
- apt-get update && apt-get install -y doxygen graphviz - apt-get update && apt-get install -y doxygen graphviz
- mkdir public - mkdir {build,public}
script: script:
- pushd build - pushd build
- make doxygen - cmake .. && make doxygen
- popd && mv build/docs/html/* public/ - popd && mv build/docs/html/* public/
artifacts: artifacts:
paths: paths: