From 1a09aaec1ce23a6f7638de03a28c87e9a2bc7abc Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Mon, 15 May 2023 13:47:54 -0400 Subject: [PATCH] Try fetch-depth for lastmod --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 77442b3..d3d23b5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,6 +6,8 @@ jobs: steps: - name: Git checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Setup hugo uses: peaceiris/actions-hugo@v2