remove git-revision-date plugin for dokku deploy

This commit is contained in:
Florian du Garage Num 2024-01-04 15:49:15 +01:00
parent ce93946510
commit 54e2f25518
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ plugins:
includes: includes:
- divers/cmd/screen - divers/cmd/screen
#- git-authors #- git-authors
- git-revision-date #- git-revision-date
#- mermaid2: #- mermaid2:
# arguments: # arguments:
# theme: 'dark' # theme: 'dark'

View File

@ -7,7 +7,7 @@ mkdocs-material>=8.2.11
Pygments>=2.11.2 Pygments>=2.11.2
git+https://github.com/pugong/mkdocs-mermaid-plugin git+https://github.com/pugong/mkdocs-mermaid-plugin
#mkdocs-git-authors-plugin #mkdocs-git-authors-plugin
mkdocs-git-revision-date-plugin #mkdocs-git-revision-date-plugin
mkdocs-add-number-plugin mkdocs-add-number-plugin
gunicorn gunicorn
whitenoise whitenoise