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 e8a9183 commit 17890f8
Show file tree
Hide file tree
Showing 439 changed files with 330 additions and 331 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
138 changes: 0 additions & 138 deletions .gitignore

This file was deleted.

Loading

0 comments on commit 17890f8

Please sign in to comment.