From f7d451ed4a992be4d6cee9feb87c373aeef1c8c6 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Mon, 24 Apr 2023 10:26:33 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=20git-log.log=20?= =?UTF-8?q?=E4=B8=BA=20gui-log.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1dc6daad0..9698d12d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,7 +55,7 @@ dev_build: # echo '' >> ./static/git-log.html # echo "" >> ./static/git-log.html # echo "
" >> ./static/git-log.html
-    - "git log -100 --pretty=format:'%ad : %s' >> ./static/git-log.log"
+    - "git log -100 --pretty=format:'%ad : %s' >> ./static/gui-log.html"
     # echo "
" >> ./static/git-log.html - zip -q -r $FILE_NAME ./*