Skip to content

Commit ec6715f

Browse files
Change git path to work for playbooks
Co-authored-by: Mariana Fantini <[email protected]>
1 parent 790a9cc commit ec6715f

File tree

1 file changed

+1
-1
lines changed
  • mkdocs_git_revision_date_localized_plugin

1 file changed

+1
-1
lines changed

mkdocs_git_revision_date_localized_plugin/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
class Util:
13-
def __init__(self, path: str = "."):
13+
def __init__(self, path: str = "./docs"):
1414
self.repo = Git(path)
1515

1616
# Checks when running builds on CI

0 commit comments

Comments
 (0)