diff --git a/.gitignore b/.gitignore index 9dd3bd4..e95b555 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ do.sh .git/** .self/** .bigFile/** +.vscode/** /*.zip !.gitignore ~$* diff --git a/.travis.yml b/.travis.yml index ebcd54a..553464c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ branches: env: # Github Pages - - GH_REF: github.com/USTC-Resource/USTC-Course + - GH_REF: github.com/CoderTonyChan/USTC-Course install: - pip install --upgrade pip @@ -20,11 +20,11 @@ script: after_script: # Build Master Repository(Coding Pages) - - git config user.name "mbinary" - - git config user.email "zhuheqin1@gmail.com" + - git config user.name "CoderTonyChan" + - git config user.email "101992315@qq.com" - cd docs - git init - - git remote add origin git@github.com:USTC-Resource/USTC-Course.git + - git remote add origin git@github.com:CoderTonyChan/USTC-Course.git - git add --all - git commit -m "Travis-CI Update pages with build $TRAVIS_BUILD_NUMBER" - git push -f "https://${GH_TOKEN}@${GH_REF}" master:gh-pages @@ -32,6 +32,6 @@ after_script: notifications: email: recipients: - - zhuheqin1@gmail.com + - hi@tonystudio.ml on_success: change # default: change on_failure: always # default: always diff --git a/README.md b/README.md index e4ad47d..52a6c0a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # 中国科学技术大学课程资源 -[![Stars](https://img.shields.io/github/stars/USTC-Resource/USTC-Course.svg?label=Stars&style=social)](https://github.com/USTC-Resource/USTC-Course/stargazers) -[![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) -[![Build](https://travis-ci.org/USTC-Resource/USTC-Course.svg?branch=master)](https://travis-ci.org/USTC-Resource/USTC-Course?branch=master) -[![repo-size](https://img.shields.io/github/repo-size/USTC-Resource/USTC-Course.svg)]() +[![Stars](https://img.shields.io/github/stars/CoderTonyChan/USTC-Course.svg?label=Stars&style=social)](https://github.com/CoderTonyChan/USTC-Course/stargazers) +[![Forks](https://img.shields.io/github/forks/CoderTonyChan/USTC-Course.svg?label=Forks&style=social)](https://github.com/CoderTonyChan/USTC-Course/network/members) +[![Build Status](https://travis-ci.org/CoderTonyChan/USTC-Course.svg?branch=master)](https://travis-ci.org/CoderTonyChan/USTC-Course) +[![repo-size](https://img.shields.io/github/repo-size/CoderTonyChan/USTC-Course.svg)]() [![License](https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png)](http://creativecommons.org/licenses/by-nc-sa/4.0/) >>本仓库收录中国科学技术大学众多课程资源的笔记,总结,经验等**学生原创内容**