diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6543b40f3d4496c148d5e8c9f2911e2700ca88e6..1fb3b073fc6f76ece87c84420b6c79f5810a4ac4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ pages:
     - mkdir .public/scripts
     - git submodule init
     - git submodule update
-    - rm -rf www-site/git_modules/zjwgi/.git   # no need to deploy .git in www
+    - rm -rf www-site/git_modules/zjwgi/.git   # avoid deploying .git in www
     - cp -r www-site/* .public
     - git show --no-patch --no-notes --pretty='%cd' $CI_COMMIT_SHA > REVISION.txt
     - cat REVISION.txt