mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-15 12:28:22 +01:00
ci: fix pages job name
This commit is contained in:
parent
4a46a3fb7d
commit
7560e56e8c
@ -98,14 +98,14 @@ release-create:
|
||||
- name: '${SOURCE_ARCHIVE_NAME}'
|
||||
url: 'https://git.gfz-potsdam.de/sec34/port/-/jobs/${ARCHIVE_JOB_ID}/artifacts/file/${SOURCE_ARCHIVE_NAME}'
|
||||
|
||||
create-docs:
|
||||
pages:
|
||||
stage: release
|
||||
before_script:
|
||||
- apt-get update && apt-get install -y doxygen graphviz
|
||||
- mkdir {public,build}
|
||||
script:
|
||||
- pushd build
|
||||
- cmake .. && make doxygen && ls -alh docs
|
||||
- cmake .. && make doxygen
|
||||
- popd && mv build/docs/html/* public/
|
||||
artifacts:
|
||||
paths:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user