Skip to content

Commit

Permalink
enable date and author
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwei37 committed Sep 2, 2024
1 parent cbc81e4 commit 02e3d1d
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
run: |
pip install mkdocs-material=="9.*" mkdocs-static-i18n=="0.53"
pip install "mkdocs-material[imaging]"
pip install mkdocs-git-revision-date-localized-plugin
pip install mkdocs-git-authors-plugin
- name: Build page
if: github.event_name == 'pull_request'
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
build: docs/CNAME
pip install mkdocs-material=="9.*" mkdocs-static-i18n=="0.53"
pip install "mkdocs-material[imaging]"
pip install mkdocs-git-revision-date-localized-plugin
pip install mkdocs-git-authors-plugin
mkdocs build

tutorial:
Expand Down
Loading

0 comments on commit 02e3d1d

Please sign in to comment.