From 06c5da09a63e35cb1a6fec1204fcd9f1c91e093a Mon Sep 17 00:00:00 2001 From: Ashe Date: Wed, 14 Dec 2022 07:36:18 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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