Skip to content

Commit

Permalink
Fix: plugin git-revision-date-localized
Browse files Browse the repository at this point in the history
  • Loading branch information
amandaguglieri committed Nov 25, 2023
1 parent 3ca7635 commit 5ebb0d9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file added .github/workflows/.docs.yml.swp
Binary file not shown.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: pip install mkdocs==1.1.2
- run: pip install mkdocs-material
- run: pip install mkdocs-glightbox
- run: pip install mkdocs-git-revision-date-localized-plugin
- run: pip3 install mkdocs-git-revision-date-localized-plugin
- run: pip install mkdocs-pdf-export-plugin
- run: mkdocs gh-deploy --force
- run: mkdocs --version
Binary file added .mkdocs.yml.swp
Binary file not shown.
Binary file removed docs/overrides/.content.html.swp
Binary file not shown.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ plugins:
- search
- tags:
tags_file: tags.md
- git-revision-date:
- git-revision-date-localized:
type: timeago
- pdf-export:
verbose: true
Expand Down

0 comments on commit 5ebb0d9

Please sign in to comment.