Use apt instead of apt-get
Some checks failed
Build and Deploy Hugo / deploy (push) Failing after -16m11s

This commit is contained in:
Alex Selimov 2025-07-12 21:49:09 -04:00
parent ba4173b058
commit 12d54d1810
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31

View file

@ -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