diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8629683..f891bb3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ before_script: [] pages: script: - mkdir -p public - - find . | grep -v public | xargs -0 mv --target-directory=public + - find . -maxdepth 1 | grep -Ev '(\.git|^\.$|\./public)' | xargs mv --target-directory=public artifacts: paths: # The folder that contains the files to be exposed at the Page URL