File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed
Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,13 @@ script:
1212 - hexo g
1313
1414after_script :
15- - hexo d
16- # - cd ./public
17- # - git init
18- # - git config user.name "SysTick"
19- # - git config user.email "zack.li@xbro.cn"
20- # - git add .
21- # - git commit -m "Update docs"
22- # - git push --force "https://${GH_TOKEN}@${GH_REF}" master:master
15+ - cd ./public
16+ - git init
17+ - git config user.name "SysTick"
18+ - git config user.email "zack.li@xbro.cn"
19+ - git add .
20+ - git commit -m "Update docs"
21+ - git push --force "https://${GH_TOKEN}@${GH_REF}" master:master
2322# E: Build LifeCycle
2423
2524branches :
Original file line number Diff line number Diff line change @@ -79,8 +79,7 @@ theme: next
7979# # Docs: https://hexo.io/docs/deployment.html
8080deploy :
8181 type : git
82- # repository: git@github.com:SysTick/systick.github.io.git
83- repository : https://github.com/SysTick/systick.github.io.git
82+ repository : git@github.com:SysTick/systick.github.io.git
8483 branch : master
8584
8685search :
You can’t perform that action at this time.
0 commit comments