Commit 73a6d52f by Jessica Hawkwell

Update .gitlab-ci.yml

1 parent c0149939
Pipeline #172 passed
in 2 minutes 17 seconds
Showing with 1 additions and 0 deletions
......@@ -48,6 +48,7 @@ pages:
dependencies:
- package
script:
- mkdir -p target/site
- unzip target/*-site.jar -d target/site
- mvn -Dgit-rev="`git describe`" $MAVEN_CLI_OPTS site:stage
- mv target/staging public
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!