Commit c8d721e1 authored by liziwl's avatar liziwl
Browse files

update ci and readme

parent bf418607
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
@@ -10,17 +10,17 @@ jobs:
    steps:
    - uses: actions/checkout@master

    - name: Push to gitee
      run: |
        mkdir -p /tmp/tmp_push
        cd /tmp/tmp_push
        git clone --bare https://github.com/liziwl/sustech-master-thesis.git this_repo
        cd this_repo
        git push --force --mirror "https://${USER}:${PERSONAL_TOKEN}@${REPO_URL}"
      env:
        USER: ${{ secrets.GITEE_USER }}
        PERSONAL_TOKEN: ${{ secrets.GITEE_PERSONAL_TOKEN }}
        REPO_URL: "gitee.com/liziwl/sustech-master-thesis.git"
    # - name: Push to gitee
    #   run: |
    #     mkdir -p /tmp/tmp_push
    #     cd /tmp/tmp_push
    #     git clone --bare https://github.com/liziwl/sustech-master-thesis.git this_repo
    #     cd this_repo
    #     git push --force --mirror "https://${USER}:${PERSONAL_TOKEN}@${REPO_URL}"
    #   env:
    #     USER: ${{ secrets.GITEE_USER }}
    #     PERSONAL_TOKEN: ${{ secrets.GITEE_PERSONAL_TOKEN }}
    #     REPO_URL: "gitee.com/liziwl/sustech-master-thesis.git"

    - name: Push to sustech-git
      run: |
+2 −2
Original line number Diff line number Diff line
@@ -8,9 +8,9 @@
## 仓库
GitHub:https://github.com/liziwl/sustech-master-thesis

Gitee镜像:https://gitee.com/liziwl/sustech-master-thesis
SUSTech-Git (代码仓库的镜像:https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis

Mirrors of SUSTech: https://mirrors.sustech.edu.cn/github-release/SUSTech-CRA/sustech-master-thesis/
SUSTech 镜像站(GitHub Releases 的镜像): https://mirrors.sustech.edu.cn/github-release/SUSTech-CRA/sustech-master-thesis/

**预览最新样例** [latest 分支](https://github.com/SUSTech-CRA/sustech-master-thesis/tree/latest)