Try fetch-depth for lastmod

This commit is contained in:
David Eisinger
2023-05-15 13:47:54 -04:00
parent 11a707ce28
commit 1a09aaec1c

View File

@@ -6,6 +6,8 @@ jobs:
steps: steps:
- name: Git checkout - name: Git checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup hugo - name: Setup hugo
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v2