From f0291890c86ada6eff4570de51f280e6cb9b56b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lab=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Thu, 8 Dec 2022 16:37:29 +0800 Subject: [PATCH] Update .codechina-ci.yml --- .codechina-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.codechina-ci.yml b/.codechina-ci.yml index 2c2fb55..e32c4c4 100644 --- a/.codechina-ci.yml +++ b/.codechina-ci.yml @@ -7,7 +7,8 @@ pages: - echo 'start...' - ls -al - mkdir -p public - - for file in *; do + - | + for file in *; do if [ "$file" != "public" ]; then mv "$file" public/ fi -- GitLab