File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v4
14+ with :
15+ fetch-depth : 0 # fetch full git history for mkdocs-git-revision-date-localized-plugin.
1416 - name : Configure Git Credentials
1517 run : |
1618 git config user.name github-actions[bot]
Original file line number Diff line number Diff line change 1010 - navigation.footer
1111 - content.action.view
1212 - content.action.edit
13+ - content.footer.last-updated
1314 icon :
1415 edit : material/pencil
1516 view : material/eye
@@ -73,3 +74,9 @@ markdown_extensions:
7374plugins :
7475 - section-index
7576 - search
77+ - git-revision-date-localized :
78+ type : datetime
79+ fallback_to_build_date : true
80+ locale : en
81+ timezone : UTC
82+ enable_creation_date : false
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ dev = [
5454docs = [
5555 " mkdocs-material" ,
5656 " mkdocs-section-index" ,
57+ " mkdocs-git-revision-date-localized-plugin" ,
5758]
5859
5960[tool .setuptools ]
You can’t perform that action at this time.
0 commit comments