diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index f7317f2..4bb2351 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -15,12 +15,12 @@ jobs: fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Build Link Index - uses: https://github.com/jackyzha0/hugo-obsidian@v2.18 + uses: https://github.com/jackyzha0/hugo-obsidian@v2.20 with: - index: true + index: "true" input: content output: assets/indices - root: . + # root: . - name: Setup Hugo uses: https://github.com/peaceiris/actions-hugo@v2