Auto commit.

This commit is contained in:
2022-04-30 11:19:45 +08:00
parent aef40ed5d3
commit 54aa315ee6
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"avatar": "https://gitee.com/tianzhendong/img/raw/master/images/TianZD22.png", "avatar": "https://gitee.com/tianzhendong/img/raw/master/images/TianZD22.png",
"name": "docsify", "name": "docsify",
"introduction": "保持一颗学习的心", "introduction": "保持一颗学习的心",
"url": "http://tianzd.cn:90", "url": "https://tianzhendong.github.io/DocsifyNote/",
"title": "访问主页" "title": "访问主页"
},{ },{
"avatar": "https://s1.ax1x.com/2020/05/17/YRWsYT.png", "avatar": "https://s1.ax1x.com/2020/05/17/YRWsYT.png",
+5
View File
@@ -1,5 +1,10 @@
@echo off @echo off
cd C:\Blog\hexo_blog cd C:\Blog\hexo_blog
git add .
git commit -m "Auto commit."
git push origin master
git push github master
hexo cl && hexo d hexo cl && hexo d
pause pause