From bcbaaa630acc2e53fa60b9c0eb2073a3f4b5c039 Mon Sep 17 00:00:00 2001
From: Felix Boerner <ich@felix-boerner.de>
Date: Sat, 01 Jun 2024 17:13:38 +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