The following git environment variables do not appear to be respected by mkdocs when running mkdocs gh-deploy:
- GIT_AUTHOR_NAME
- GIT_AUTHOR_EMAIL
- GIT_COMMITTER_NAME
- GIT_COMMITTER_EMAIL
Probably more are not respected, but these are the ones I observed in my own environment after switching from ~/.gitconfig to environment variables. When I re-enabled these configurations in ~/.gitconfig and ran a test mkdocs gh-deploy the commit information was available in the new commit.
The following git environment variables do not appear to be respected by mkdocs when running
mkdocs gh-deploy:Probably more are not respected, but these are the ones I observed in my own environment after switching from ~/.gitconfig to environment variables. When I re-enabled these configurations in ~/.gitconfig and ran a test
mkdocs gh-deploythe commit information was available in the new commit.