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 9e7a9f5 commit 873a241Copy full SHA for 873a241
mkdocs_git_revision_date_localized_plugin/ci.py
@@ -28,7 +28,7 @@ def raise_ci_warnings(repo) -> None:
28
[git-revision-date-localized-plugin] Running on a GitLab runner might lead to wrong
29
Git revision dates due to a shallow git fetch depth.
30
31
- Make sure to set GIT_DEPTH to 1000 in your .gitlab-ci.yml file
+ Make sure to set GIT_DEPTH to 0 in your .gitlab-ci.yml file
32
(see https://docs.gitlab.com/ee/user/project/pipelines/settings.html#git-shallow-clone).
33
"""
34
)
0 commit comments