Skip to content

Commit

Permalink
更新 mkdocs 依赖版本
Browse files Browse the repository at this point in the history
  • Loading branch information
licyk committed Jul 1, 2024
1 parent 16df2e5 commit 5b7a207
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material mkdocs-glightbox mkdocs-git-revision-date-localized-plugin mkdocs-git-authors-plugin mkdocs-git-committers-plugin-2
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force
2 changes: 1 addition & 1 deletion docs/help/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ $env:HTTPS_PROXY="http://127.0.0.1:10809"
$env:NO_PROXY="localhost,127.0.0.1,::1"
```

- Bash / Zsh / <UNIX Shell>
- Bash / Zsh / \<Other UNIX Shell\>

```
export http_proxy="http://127.0.0.1:10809"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mkdocs-material==9.5.24
mkdocs-git-revision-date-localized-plugin==1.2.5
mkdocs-material==9.5.27
mkdocs-git-revision-date-localized-plugin==1.2.6
mkdocs-glightbox==0.4.0

# mkdocs-git-authors-plugin==0.8.0
Expand Down

0 comments on commit 5b7a207

Please sign in to comment.