timvink / mkdocs-git-revision-date-localized-plugin

MkDocs plugin to add a last updated date to your site pages
https://timvink.github.io/mkdocs-git-revision-date-localized-plugin/index.html
MIT License
193 stars 39 forks source link

The plugin breaks with squidfunk/mkdocs-material:9.0.3 #107

Closed Emmanuel-Messulam closed 1 year ago

Emmanuel-Messulam commented 1 year ago

I get a fatal: detected dubious ownership in repository at '/site'.

Workaround:

RUN git config --global --add safe.directory '/site'
timvink commented 1 year ago

Thanks for letting me know. Solution contributed back to mkdocs-material in https://github.com/squidfunk/mkdocs-material/pull/4876, referencing this issue