Skip to content

Commit 5161266

Browse files
committed
Referesh documentation.
Signed-off-by: Rahul Krishna <i.m.ralk@gmail.com>
1 parent 66b5ae1 commit 5161266

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/mkdocs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
with:
2020
python-version: "3.11"
2121
- name: Install Dependencies
22-
run: pip install mkdocs-material mkdocs-autorefs mkdocs-get-deps mkdocs-material-extensions mkdocstrings mkdocstrings-python
22+
run: pip install mkdocs-material mkdocs-autorefs mkdocs-get-deps mkdocs-material-extensions mkdocstrings mkdocstrings-python mkdocs-git-revision-date-localized-plugin
2323
- name: Deploy docs
2424
run: mkdocs gh-deploy --force --verbose

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ plugins:
9898
cache_dir: .cache/plugin/social/free
9999
search:
100100
lang: en
101+
git-revision-date-localized:
101102
mkdocstrings:
102103
handlers:
103104
python:

0 commit comments

Comments
 (0)