From 54aa315ee6de0c72b1a7bfbea0ed3ebb173e5cbc Mon Sep 17 00:00:00 2001 From: tianzhendong <1203886034@qq.com> Date: Sat, 30 Apr 2022 11:19:45 +0800 Subject: [PATCH] Auto commit. --- source/_data/friends.json | 2 +- zzzzdeploy.bat | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/source/_data/friends.json b/source/_data/friends.json index 7198f91..f89f4ec 100644 --- a/source/_data/friends.json +++ b/source/_data/friends.json @@ -3,7 +3,7 @@ "avatar": "https://gitee.com/tianzhendong/img/raw/master/images/TianZD22.png", "name": "docsify", "introduction": "保持一颗学习的心", - "url": "http://tianzd.cn:90", + "url": "https://tianzhendong.github.io/DocsifyNote/", "title": "访问主页" },{ "avatar": "https://s1.ax1x.com/2020/05/17/YRWsYT.png", diff --git a/zzzzdeploy.bat b/zzzzdeploy.bat index b212547..3cc9a83 100644 --- a/zzzzdeploy.bat +++ b/zzzzdeploy.bat @@ -1,5 +1,10 @@ @echo off cd C:\Blog\hexo_blog +git add . +git commit -m "Auto commit." +git push origin master +git push github master + hexo cl && hexo d pause \ No newline at end of file