Fix path in GitLab CI script

This commit is contained in:
Max Lübke 2024-03-07 13:41:50 +00:00
parent 29018afa13
commit a6063776ea

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