Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YQisme committed Nov 25, 2023
1 parent e69258b commit e66ff0a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: ci
name: ci
on:
push:
branches:
- master
- master
- main
permissions:
contents: write
Expand All @@ -16,12 +16,12 @@ jobs:
python-version: 3.x
- uses: actions/cache@v3
with:
key: mkdocs-material-${{ github.ref }}
key: mkdocs-material-${{ github.ref }}
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
# - run: pip install mkdocs-jupyter
- 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
- run: mkdocs gh-deploy --force

0 comments on commit e66ff0a

Please sign in to comment.