From b88d6600345381f0e98f51d514da13f36d5c767c Mon Sep 17 00:00:00 2001 From: Surya Bahadur Kathayat <surya.b.kathyat@ntnu.no> Date: Mon, 24 Apr 2023 19:37:13 +0200 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 919761e7..035fc3c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,7 +69,7 @@ pages: - ls target/site/ - ls target/site/apidocs/ - mkdir .public - - cp -rf target/site/apidocs/* .public + - cp -rf target/site/apidocs/* .public/apidocs/ - cp -rf target/jacoco/* .public - mv -f .public public artifacts: -- GitLab