Fix path in GitLab CI script

This commit is contained in:
Max Lübke 2024-03-07 13:41:50 +00:00
parent d86e7fa8f7
commit 2f72ebc73d

View File

@ -108,7 +108,7 @@ pages:
script:
- pushd build_pages
- cmake .. && make doxygen
- popd && mv build/docs/html/* public/
- popd && mv build_pages/docs/html/* public/
artifacts:
paths:
- public