We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dea4a1 commit bc583f1Copy full SHA for bc583f1
2 files changed
.github/workflows/gh-pages.yml
@@ -35,8 +35,5 @@ jobs:
35
mkdocs-material-
36
- run: pip install mkdocs-material
37
- run: pip install mkdocs-awesome-pages-plugin
38
- - run: pip install mkdocs-git-revision-date-localized-plugin
39
- - run: pip install mkdocs-git-authors-plugin
40
- run: pip install mkdocs-minify-plugin
41
- - run: pip install mkdocs--plugin
42
- run: mkdocs gh-deploy --force
mkdocs.yml
@@ -62,13 +62,6 @@ plugins:
62
- search:
63
lang: en
64
- awesome-pages
65
- - git-revision-date-localized:
66
- type: timeago
67
- enable_creation_date: true
68
- fallback_to_build_date: true
69
- - git-authors:
70
- sort_authors_by: contribution
71
- show_email_address: false
72
- minify:
73
minify_html: true
74
extra:
0 commit comments