From add438da85d34b064b8705c840e603c4ee20eb60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Sun, 28 May 2023 21:46:33 -0400 Subject: [PATCH] =?UTF-8?q?auto-commit:=20Sunday,=202023-05-28=2009:46:33?= =?UTF-8?q?=20PM=20[on=20=F0=9F=8C=B8]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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