fetch git history before hugo build #279

Merged
xoxys merged 1 commits from ci-steps into main 2023-12-22 10:32:50 +01:00
1 changed files with 3 additions and 0 deletions

View File

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