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 ba6314a commit 45558f4Copy full SHA for 45558f4
.github/workflows/trigger-sync.yml
@@ -53,6 +53,8 @@ jobs:
53
run: |
54
pip install mkdocs-material=="9.*" mkdocs-static-i18n=="0.53"
55
pip install "mkdocs-material[imaging]"
56
+ pip install mkdocs-git-revision-date-localized-plugin
57
+ pip install mkdocs-git-authors-plugin
58
59
- name: Test page build
60
0 commit comments