Skip to content
Snippets Groups Projects
Commit aef74b4b authored by Surya Bahadur Kathayat's avatar Surya Bahadur Kathayat
Browse files

Update .gitlab-ci.yml

parent ccffb817
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,8 @@ pages:
script:
- mvn clean package
- mvn javadoc:javadoc
- ls target/site/
- ls target/site/apidocs/
- mkdir .public
- cp -rf target/site/apidocs/* .public
- cp -rf target/jacoco/* .public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment