From 130679d50ea297b66e8663f9c86d9ec8a50dbc31 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sat, 2 May 2026 12:21:48 +0200 Subject: [PATCH] Fix Hugo image tag --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 6be7445..1bc6f63 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -8,7 +8,7 @@ jobs: deploy: runs-on: ubuntu-latest container: - image: hugomods/hugo:exts-0.161.1 + image: hugomods/hugo:debian-dart-sass-node-git-0.161.1 steps: - name: Checkout with LFS uses: actions/checkout@v4