From aeb4e29ea2f0a720ecac48f4c9db67e39cf3330f Mon Sep 17 00:00:00 2001
From: Felix	Boerner <ich@felix-boerner.de>
Date: Fri, 31 May 2024 18:58:35 +0000
Subject: [PATCH] ci: use hugo extended version

---
 .github/workflows/test.yml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c553a37..7f59072 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -17,7 +17,9 @@
         uses: actions/checkout@v4
 
       - name: Setup Hugo
-        uses: peaceiris/actions-hugo@v2
+        uses: peaceiris/actions-hugo@v3
+        with:
+          extended: true
 
       - name: Build Hugo example site with image
         run: |

--
Gitblit v1.10.0