From d5678acaf6c8da4d5badf5bf1004b57ab27b1010 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 30 Jun 2024 22:42:17 -0400 Subject: [PATCH] gitlab-ci: remove ./ for preview target --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66998e4..b58bbf9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ pages: fi - rm -rf public/$CURRENT_CONTENT_PATH || true # remove last version of current branch script: - - cp -R src/* ./public/$CURRENT_CONTENT_PATH/. + - cp -R src/* public/$CURRENT_CONTENT_PATH/. - cd public/$EPHEMERAL_BRANCHES_PATH - tree -d -H '.' -L 1 --noreport --charset utf-8 -T "Versions" -o index.html # generate a root HTML listing all previews for easier access environment: