From eaff1a3d283432f6ea9e68bb0d7c6bd541f59caa Mon Sep 17 00:00:00 2001 From: Philip Makedonski <makedonski@informatik.uni-goettingen.de> Date: Thu, 19 Oct 2023 15:40:15 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 40e3a3f1..84d0ef51 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -258,6 +258,7 @@ pages-job: - echo $RELEASE_PATH - mkdir -p $RELEASE_PATH - cp -r -f $SITE_PATH/* $RELEASE_PATH + - ls -la $RELEASE_PATH # Zip the content and publish the zip again # - zip -r "content.zip" "public" # - mv "content.zip" "public/" -- GitLab