From d8acc0edec7395a87f52b8ca72f6d6a81ec3c899 Mon Sep 17 00:00:00 2001 From: shizhendong Date: Tue, 11 Jan 2022 15:59:09 +0800 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 219315bd..4e65e6f2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,10 @@ generate_git-log: - "git log -100 --pretty=format:'%ad : %s' >> ./public/git-log.html" - echo "" >> ./public/git-log.html - echo "处理 git-log.html 结束" + artifacts: + paths: + - public/index.html + - public/git-log.html only: - dev tags: