davideisinger.com

My personal website
Log | Files | Refs | README

commit 1a09aaec1ce23a6f7638de03a28c87e9a2bc7abc
parent 11a707ce288612383b0293e38dfbcaec6f77e46c
Author: David Eisinger <[email protected]>
Date:   Mon, 15 May 2023 13:47:54 -0400

Try fetch-depth for lastmod

Diffstat:
M.github/workflows/deploy.yml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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