From 3b3e6ec3b2a56ee4d03b6f4c84af886821bfbe84 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Wed, 16 Feb 2022 03:54:20 +0000
Subject: [PATCH] fix relative pathing for dynamic fetch

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

diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 9bc8d43..933261f 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -12,15 +12,16 @@
       - uses: actions/checkout@v2
 
       - name: Build Link Index
-        uses: jackyzha0/hugo-obsidian@v1.4
+        uses: jackyzha0/hugo-obsidian@v2.8
         with:
+          index: true
           input: content
-          output: data
+          output: static
 
       - name: Setup Hugo
         uses: peaceiris/actions-hugo@v2
         with:
-          hugo-version: '0.79.1'
+          hugo-version: '0.82.0'
           extended: true
 
       - name: Build

--
Gitblit v1.10.0