From b2686ead98f44cfe2822632e986526b7c3e4f337 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 24 Dec 2023 00:10:59 +0100 Subject: [PATCH] remove git fetch --- .woodpecker/docs.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml index d963c66..de2e826 100644 --- a/.woodpecker/docs.yml +++ b/.woodpecker/docs.yml @@ -42,9 +42,6 @@ steps: - name: build image: quay.io/thegeeklab/hugo:0.115.2 commands: - # Fetch is used to get the full git history. - # Required for Hugos git metadata integration. - - git fetch --depth=2147483647 - hugo --panicOnWarning - name: beautify -- 2.24.4