From c023006546e83b73c823f68a9f5f6c3837e2bcc7 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Sat, 12 Jul 2025 22:00:22 -0400 Subject: [PATCH] Try for manually building hugo --- .forgejo/workflows/build_and_deploy_site.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/build_and_deploy_site.yml b/.forgejo/workflows/build_and_deploy_site.yml index 0c7c463..4b068d9 100644 --- a/.forgejo/workflows/build_and_deploy_site.yml +++ b/.forgejo/workflows/build_and_deploy_site.yml @@ -14,11 +14,10 @@ jobs: with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - - name: Setup Hugo - uses: https://github.com/peaceiris/actions-hugo - with: - hugo-version: "0.119.0" + run: | + sudo apt-get update + sudo apt-get -y install hugo - name: Build run: hugo --minify