From b4e8f65aa8aaadb5fc7da807bdeab48e9c49d0d8 Mon Sep 17 00:00:00 2001 From: watson Date: Tue, 22 Jul 2025 16:34:38 +0200 Subject: [PATCH] Testing Actions --- .forgejo/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 15db560..ae08def 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: - name: Install dependencies and Hugo run: # apk add --no-cache curl bash git libc6-compat - sudo apt install hugo + apt install hugo # Install Hugo (Refer to https://gohugo.io/installation/linux/) #doas apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community hugo