remove unnecessary git fetch command from ci

This commit is contained in:
Robert Kaussow 2024-01-04 21:54:50 +01:00
parent b26329bb29
commit 44ea39c751
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 0 additions and 3 deletions

View File

@ -39,9 +39,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