Update .gitlab-ci.yml

This commit is contained in:
shizhendong
2022-01-11 15:59:09 +08:00
parent 8c1dfa8c32
commit d8acc0edec

View File

@@ -24,6 +24,10 @@ generate_git-log:
- "git log -100 --pretty=format:'%ad : %s' >> ./public/git-log.html"
- echo "</pre></body></html>" >> ./public/git-log.html
- echo "处理 git-log.html 结束"
artifacts:
paths:
- public/index.html
- public/git-log.html
only:
- dev
tags: