Skip to content

Commit

Permalink
初始化
Browse files Browse the repository at this point in the history
  • Loading branch information
YQisme committed Nov 25, 2023
1 parent 7b97526 commit b96bcde
Show file tree
Hide file tree
Showing 673 changed files with 840 additions and 211,059 deletions.
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
27 changes: 0 additions & 27 deletions .github/workflows/make_pages.yml

This file was deleted.

120 changes: 0 additions & 120 deletions .gitignore

This file was deleted.

Loading

0 comments on commit b96bcde

Please sign in to comment.