Skip to content

Commit b06150b

Browse files
author
Zhili Yang
committed
git revert latest two commits
1 parent 210332e commit b06150b

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

.travis.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ script:
1212
- hexo g
1313

1414
after_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

2524
branches:

_config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ theme: next
7979
## Docs: https://hexo.io/docs/deployment.html
8080
deploy:
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

8685
search:

0 commit comments

Comments
 (0)