diff --git a/docs/docs/20-usage/20-pipeline-syntax.md b/docs/docs/20-usage/20-pipeline-syntax.md index eaa365a4a..263c16a81 100644 --- a/docs/docs/20-usage/20-pipeline-syntax.md +++ b/docs/docs/20-usage/20-pipeline-syntax.md @@ -672,6 +672,7 @@ Example configuration to override depth: git: image: woodpeckerci/plugin-git + settings: ++ partial: false + depth: 50 ``` diff --git a/docs/versioned_docs/version-0.15/20-usage/20-pipeline-syntax.md b/docs/versioned_docs/version-0.15/20-usage/20-pipeline-syntax.md index 31d253d47..17180da8c 100644 --- a/docs/versioned_docs/version-0.15/20-usage/20-pipeline-syntax.md +++ b/docs/versioned_docs/version-0.15/20-usage/20-pipeline-syntax.md @@ -428,6 +428,7 @@ Example configuration to override depth: git: image: woodpeckerci/plugin-git + settings: ++ partial: false + depth: 50 ```