From 5780e3a96b0b0377656fe52657dbe4cac5a18b47 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <freemo@gmail.com> Date: Sun, 6 Nov 2016 04:13:01 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6293af27..34adbd2d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,7 +82,7 @@ pages: script: # Because Maven appends the artifactId automatically to the staging path if you did define a parent pom, # you might need to use `mv target/staging/YOUR_ARTIFACT_ID public` instead. - - mv target/staging public + - mv target/site public dependencies: - test:jdk8 artifacts: -- GitLab