From 388a2bf78bb08c2b37e918c3a2e0acc72803e187 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Thu, 17 Feb 2022 15:44:39 +0000
Subject: [PATCH] docs updates

---
 .github/workflows/deploy.yaml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index df50f6b..933261f 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -12,10 +12,11 @@
       - uses: actions/checkout@v2
 
       - name: Build Link Index
-        uses: jackyzha0/hugo-obsidian@v2.1
+        uses: jackyzha0/hugo-obsidian@v2.8
         with:
+          index: true
           input: content
-          output: data
+          output: static
 
       - name: Setup Hugo
         uses: peaceiris/actions-hugo@v2

--
Gitblit v1.10.0