diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 5c602e1..6296000 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod + fetch-depth: 99 # Fetch all history for .GitInfo and .Lastmod - name: Build Link Index uses: https://github.com/jackyzha0/hugo-obsidian@v2.18