Simplify apidocs copying step in GitLab CI

This commit is contained in:
2025-07-01 20:20:32 +02:00
parent cc03d97199
commit fffe69441e
+1 -1
View File
@@ -31,7 +31,7 @@ build:
- mkdir public - mkdir public
- cp -rv docs/* public/ - cp -rv docs/* public/
- mkdir public/apidocs - mkdir public/apidocs
- cp -rv target/apidocs/* public/apidocs/ - cp -rv target/apidocs public/
artifacts: artifacts:
paths: paths:
- target/surefire-reports/*.xml - target/surefire-reports/*.xml