From 196b3f94930e6a2a605a6472701830232eeaa96d Mon Sep 17 00:00:00 2001 From: Leon Mika Date: Sun, 26 Oct 2025 09:35:23 +1100 Subject: [PATCH] Switching to just Go installing hugo --- .forgejo/workflows/ci.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 5bdfec2..c4fbe03 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -10,7 +10,7 @@ on: - main jobs: - build: + Build: runs-on: docker services: localstack: @@ -48,9 +48,8 @@ jobs: go-version: 1.24 - name: Install Hugo run: | - go install github.com/jmooring/hvm@latest - hvm use v0.146.0 - - name: Build + go install -u github.com/gohugoio/hugo/cmd/hugo@v0.146.0 + - name: Build Site run: | cd _site mkdir -p themes