remove git fetch (#280)
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/notify Pipeline was successful Details

Reviewed-on: #280
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
Co-committed-by: Robert Kaussow <mail@thegeeklab.de>
This commit is contained in:
Robert Kaussow 2023-12-24 00:17:17 +01:00 committed by Robert Kaussow
parent 3d2a49de7f
commit 28defee318
1 changed files with 0 additions and 3 deletions

View File

@ -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