mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 12:54:50 +01:00
Fix path in GitLab CI script
This commit is contained in:
parent
d86e7fa8f7
commit
2f72ebc73d
@ -108,7 +108,7 @@ pages:
|
|||||||
script:
|
script:
|
||||||
- pushd build_pages
|
- pushd build_pages
|
||||||
- cmake .. && make doxygen
|
- cmake .. && make doxygen
|
||||||
- popd && mv build/docs/html/* public/
|
- popd && mv build_pages/docs/html/* public/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user