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