From 182f1cdb2f381131e5b5a9121d2be67af6842fae Mon Sep 17 00:00:00 2001 From: Quirin Ecker Date: Sat, 27 Jan 2024 21:55:06 +0000 Subject: [PATCH] fixed indentation error --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1754e7..9ed844f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ before_script: pages: script: - npx vite build - - mv dist public + - mv dist public artifacts: paths: # The folder that contains the files to be exposed at the Page URL