tianzhendong
3 years ago
4 changed files with 8 additions and 6 deletions
@ -0,0 +1,3 @@ |
|||
@echo off |
|||
cd C:\hexo_blog |
|||
git pull |
@ -1,5 +0,0 @@ |
|||
@echo off |
|||
|
|||
git add . |
|||
git commit -m "Auto commit." |
|||
git push origin master |
@ -0,0 +1,4 @@ |
|||
@echo off |
|||
cd C:\hexo_blog |
|||
hexo cl |
|||
hexo d |
Loading…
Reference in new issue