mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-15 20:38:23 +01:00
Fix build of pages
This commit is contained in:
parent
99a62420e7
commit
2c5c6dd166
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user