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