Skip to content

Commit

Permalink
feat: 彻底移除 gitee 镜像
Browse files Browse the repository at this point in the history
  • Loading branch information
FeignClaims committed Oct 31, 2024
1 parent 8351fe6 commit 01d7314
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 46 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy_github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- name: Checkout github_docs
uses: actions/[email protected]
with:
ssh-key: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
ref: github_docs
path: github_docs

Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/sync_gitee.yml

This file was deleted.

13 changes: 0 additions & 13 deletions _static/gitee_icon.js

This file was deleted.

5 changes: 0 additions & 5 deletions _static/links.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
.. _`Gitee 仓库`: https://gitee.com/cpp_tutorial/vscode_cpp_starter
.. _`Gitee 仓库 Issues`: https://gitee.com/cpp_tutorial/vscode_cpp_starter/issues

.. Issues
.. _`Issue: 关于配置异常无输出`: https://gitee.com/cpp_tutorial/vscode_cpp_starter/issues/I5PT6Y
.. _`Issue: 添加断点无效`: https://gitee.com/cpp_tutorial/vscode_cpp_starter/issues/I58LOQ

.. _`aminya/project_options`: https://github.com/aminya/project_options
.. _`FeignClaims/cpp_conan_template`: https://github.com/FeignClaims/cpp_conan_template

Expand Down
6 changes: 0 additions & 6 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@
"name": "GitHub",
"url": "https://github.com/FeignClaims/vscode_cpp_starter",
"icon": "fa-brands fa-github",
},
{
"name": "Gitee",
"url": "https://gitee.com/cpp_tutorial/vscode_cpp_starter",
"icon": "fa-custom fa-gitee",
}
],
"use_sidenotes": True,
Expand Down Expand Up @@ -96,4 +91,3 @@

def setup(app):
app.add_css_file("theme.css")
app.add_js_file("gitee_icon.js")

0 comments on commit 01d7314

Please sign in to comment.