Commit ab67dcd6 by Jessica Hawkwell

Update .gitlab-ci.yml

1 parent 996c3d9f
Pipeline #113 passed
in 52 seconds
Showing with 4 additions and 0 deletions
......@@ -46,6 +46,10 @@ site:
- test
script:
- mvn $MAVEN_CLI_OPTS site site:jar
artifacts:
paths:
- target/site
- target/*-site.jar
deploy:
stage: deploy
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!