Skip to content
Snippets Groups Projects
Commit f9168fd5 authored by Jonas Blatt's avatar Jonas Blatt :ant:
Browse files

Update .gitlab-ci.yml

parent 63175db5
No related branches found
No related tags found
No related merge requests found
......@@ -66,13 +66,13 @@ deploy:jdk8:
# Use stage test here, so the pages job may later pickup the created site.
stage: test
script:
- 'mvn $MAVEN_CLI_OPTS deploy site site:stage'
- 'mvn $MAVEN_CLI_OPTS deploy'
only:
- master
# Archive up the built documentation site.
artifacts:
paths:
- target/staging
#artifacts:
# paths:
# - target/staging
image: maven:3.3.9-jdk-8
pages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment