Skip to content

Commit

Permalink
初始化设置
Browse files Browse the repository at this point in the history
  • Loading branch information
YQisme committed Nov 27, 2023
1 parent fe3f809 commit 4087681
Show file tree
Hide file tree
Showing 141 changed files with 264 additions and 13,028 deletions.
76 changes: 0 additions & 76 deletions .github/CODE_OF_CONDUCT.md

This file was deleted.

1 change: 0 additions & 1 deletion .github/CONTRIBUTING.md

This file was deleted.

9 changes: 0 additions & 9 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/ISSUE_TEMPLATE/error-report.md

This file was deleted.

21 changes: 0 additions & 21 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

7 changes: 0 additions & 7 deletions .github/ISSUE_TEMPLATE/general_questions.md

This file was deleted.

67 changes: 0 additions & 67 deletions .github/ISSUE_TEMPLATE/reimplementation_questions.md

This file was deleted.

25 changes: 0 additions & 25 deletions .github/pull_request_template.md

This file was deleted.

27 changes: 27 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: ci
on:
push:
branches:
- master
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/cache@v3
with:
key: mkdocs-material-${{ github.ref }}
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: pip install mkdocs-jupyter
- run: pip install jieba
- run: pip install mkdocs-git-revision-date-localized-plugin
- run: mkdocs gh-deploy --force
28 changes: 0 additions & 28 deletions .github/workflows/deploy.yml

This file was deleted.

Loading

0 comments on commit 4087681

Please sign in to comment.