From 4f900f9bd5284d7d97e5a7f3b9697f0f8b28d2dc Mon Sep 17 00:00:00 2001 From: kekskurse Date: Wed, 19 Jul 2023 14:56:55 +0200 Subject: [PATCH] nohistory --- .forgejo/workflows/deplo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deplo.yml b/.forgejo/workflows/deplo.yml index e97b430..205c0a2 100644 --- a/.forgejo/workflows/deplo.yml +++ b/.forgejo/workflows/deplo.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 with: submodules: true # Fetch Hugo themes (true OR recursive) - fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod + fetch-depth: 1 # Fetch all history for .GitInfo and .Lastmod - name: Setup Hugo uses: https://github.com/peaceiris/actions-hugo@v2