From f192f9a23df34d30e223e20ab5e8cb8210a7dfe9 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Wed, 16 Feb 2022 04:03:02 +0000
Subject: [PATCH] fix #54: root all image urls

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

diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 3ec76da..933261f 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -16,7 +16,7 @@
         with:
           index: true
           input: content
-          output: data
+          output: static
 
       - name: Setup Hugo
         uses: peaceiris/actions-hugo@v2

--
Gitblit v1.10.0