update github-readme-stats-zeekling.vercel.app
This commit is contained in:
parent
a71bde4a04
commit
3943de1696
24
.drone.yml
24
.drone.yml
@ -1,24 +0,0 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: maven
|
||||
volumes:
|
||||
- name: cache
|
||||
path: /root/.m2
|
||||
commands:
|
||||
- mvn clean install -DskipTests
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
- pull_request
|
||||
- push
|
||||
|
||||
volumes:
|
||||
- name: cache
|
||||
host:
|
||||
path: /root/.m2
|
@ -1,6 +1,5 @@
|
||||
## 跟新个人主页
|
||||
|
||||
[![Build Status](https://doc.zeekling.cn/api/badges/zeekling/github_zeekling/status.svg)](https://doc.zeekling.cn/zeekling/github_zeekling)
|
||||
|
||||
```sh
|
||||
git clone ssh://git@git.zeekling.cn:222/zeekling/github_zeekling.git
|
||||
|
@ -95,7 +95,7 @@ public class BlogUpdateServiceImpl implements BlogUpdateService {
|
||||
bodyBuilder.append("\n\n");
|
||||
|
||||
String ret = "### Hey \uD83D\uDC4B, I'm [${title}](${home})! \n" +
|
||||
"\n![Github Stats](https://github-readme-stats.vercel.app/api?username=${username}&show_icons=true) \n\n" +
|
||||
"\n![Github Stats](https://github-readme-stats-zeekling.vercel.app/api?username=${username}&show_icons=true) \n\n" +
|
||||
"### 我在博客[${title}](${home})的近期动态\n" +
|
||||
"⭐️ Star [个人主页](https://github.com/${username}) 后会自动更新" +
|
||||
"\n\n<p align=\"center\"><img alt=\"${title}\" src=\"${favicon}\"></p>" +
|
||||
|
Loading…
Reference in New Issue
Block a user