From 9a528fc41e525e52971755781355d04d99c6aa6c Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Sat, 12 Jul 2025 21:52:09 -0400 Subject: [PATCH] Use hugo github action --- .forgejo/workflows/build_and_deploy_site.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build_and_deploy_site.yml b/.forgejo/workflows/build_and_deploy_site.yml index 79f5956..552f32e 100644 --- a/.forgejo/workflows/build_and_deploy_site.yml +++ b/.forgejo/workflows/build_and_deploy_site.yml @@ -14,8 +14,11 @@ jobs: with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - - name: Setup - run: apt install hugo -y + + - name: Setup Hugo + uses: peaceiris/actions-hugo@v3 + with: + hugo-version: "0.119.0" - name: Build run: hugo --minify