File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : node_js
22node_js : stable
3- before_install :
4- - npm install -g hexo
3+
4+ # S: Build Lifecycle
55install :
66 - npm install
7+
8+ # before_script:
9+ # - npm install -g gulp
10+
711script :
8- - hexo generate
12+ - hexo g
13+
914after_script :
1015 - cd ./public
1116 - git init
12- - git config user.name "zack.li "
17+ - git config user.name "Zhili Yang "
1318 - git config user.email "zack.li@xbro.cn"
1419 - git add .
15- - git commit -m "Update docss "
20+ - git commit -m "Update docs from travis_ci "
1621 - git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" master:master
22+ # E: Build LifeCycle
23+
1724branches :
1825 only :
19- - hexo
26+ - develop
2027env :
21- global :
22- - GH_REF : https://github.com/SysTick/systick.github.io.git
23- - secure : GH_TKEN
28+ global :
29+ - GH_REF : https://github.com/SysTick/systick.github.io.git
You can’t perform that action at this time.
0 commit comments