File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Original file line number Diff line number Diff line change @@ -24,12 +24,9 @@ after_script:
24
24
# Build Master Repository(Coding Pages)
25
25
- git config user.name "mbinary"
26
26
- git config user.email "zhuheqin1@gmail.com"
27
- - cd docs
28
- - git init
29
- - git remote add origin gh-pages https://github.com/USTC-Resource/USTC-Course
30
- - git add --all
27
+ - git add docs
31
28
- git commit -m "Travis-CI Update pages with build $TRAVIS_BUILD_NUMBER"
32
- - git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" origin gh-pages
29
+ - git push -f "https://${GH_TOKEN}@${GH_REF}" origin master
33
30
34
31
addons :
35
32
apt :
Original file line number Diff line number Diff line change
1
+
1
2
# 中国科学技术大学课程资源
2
3
[ ![ Stars] ( https://img.shields.io/github/stars/USTC-Resource/USTC-Course.svg?label=Stars&style=social )] ( https://github.com/USTC-Resource/USTC-Course/stargazers )
3
4
[ ![ Forks] ( https://img.shields.io/github/forks/USTC-Resource/USTC-Course.svg?label=Forks&style=social )] ( https://github.com/USTC-Resource/USTC-Course/network/members )
5
+ [ ![ Build] ( https://travis-ci.org/USTC-Resource/USTC-Course.svg?branch=master )] ( https://travis-ci.org/USTC-Resource/USTC-Course?branch=master )
4
6
[ ![ repo-size] ( https://img.shields.io/github/repo-size/USTC-Resource/USTC-Course.svg )] ( )
5
7
[ ![ License] ( https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png )] ( http://creativecommons.org/licenses/by-nc-sa/4.0/ )
6
8
You can’t perform that action at this time.
0 commit comments