diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index 7639959..0000000 --- a/.drone.yml +++ /dev/null @@ -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 diff --git a/README.md b/README.md index edf61a8..c2dc294 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/main/java/com/zeekling/blog/BlogUpdateServiceImpl.java b/src/main/java/com/zeekling/blog/BlogUpdateServiceImpl.java index d5c2876..ef81659 100644 --- a/src/main/java/com/zeekling/blog/BlogUpdateServiceImpl.java +++ b/src/main/java/com/zeekling/blog/BlogUpdateServiceImpl.java @@ -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

\"${title}\"

" +