mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 12:54:50 +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}'
|
- name: '${SOURCE_ARCHIVE_NAME}'
|
||||||
url: 'https://git.gfz-potsdam.de/sec34/port/-/jobs/${ARCHIVE_JOB_ID}/artifacts/file/${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
|
stage: release
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update && apt-get install -y doxygen graphviz
|
- apt-get update && apt-get install -y doxygen graphviz
|
||||||
- mkdir {public,build}
|
- mkdir {public,build}
|
||||||
script:
|
script:
|
||||||
- pushd build
|
- pushd build
|
||||||
- cmake .. && make doxygen && ls -alh docs
|
- cmake .. && make doxygen
|
||||||
- popd && mv build/docs/html/* public/
|
- popd && mv build/docs/html/* public/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user