From 293c167ff28612b9b5564a1a242f3a56affb7e29 Mon Sep 17 00:00:00 2001 From: gwen Date: Mon, 14 Aug 2023 11:53:44 +0200 Subject: [PATCH] path public in pages ci integration --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 74fad3a..01be21f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ before_script: pages: script: - make html - - mv build/html/ ../public/ + - mv build/html/ ./public/ artifacts: paths: # The folder that contains the files to be exposed at the Page URL