From 12d54d18105a8ec7d862b8350165af7fe576fe1a Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Sat, 12 Jul 2025 21:49:09 -0400 Subject: [PATCH] Use apt instead of apt-get --- .forgejo/workflows/build_and_deploy_site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build_and_deploy_site.yml b/.forgejo/workflows/build_and_deploy_site.yml index 0da4fcd..79f5956 100644 --- a/.forgejo/workflows/build_and_deploy_site.yml +++ b/.forgejo/workflows/build_and_deploy_site.yml @@ -15,7 +15,7 @@ jobs: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Setup - run: apt-get install hugo -y + run: apt install hugo -y - name: Build run: hugo --minify