From e054d25145e0709acbd4f6a8db25b10e1d032e00 Mon Sep 17 00:00:00 2001 From: watson Date: Tue, 22 Jul 2025 17:07:08 +0200 Subject: [PATCH] Testing Actions --- .forgejo/workflows/deploy.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index ae08def..b5b276e 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -9,9 +9,11 @@ jobs: runs-on: docker steps: - name: Install dependencies and Hugo - run: + run: | # apk add --no-cache curl bash git libc6-compat - apt install hugo + wget https://github.com/gohugoio/hugo/releases/download/v0.148.1/hugo_extended_0.148.1_linux-amd64.deb + apt-get install -y ./hugo_extended_0.148.1_linux-amd64.deb + hugo version # Install Hugo (Refer to https://gohugo.io/installation/linux/) #doas apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community hugo