Try for manually building hugo
Some checks failed
Build and Deploy Hugo / deploy (push) Has been cancelled

This commit is contained in:
Alex Selimov 2025-07-12 22:00:22 -04:00
parent 2fb251f69b
commit c023006546
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31

View file

@ -14,11 +14,10 @@ jobs:
with: with:
submodules: true # Fetch Hugo themes (true OR recursive) submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Hugo - name: Setup Hugo
uses: https://github.com/peaceiris/actions-hugo run: |
with: sudo apt-get update
hugo-version: "0.119.0" sudo apt-get -y install hugo
- name: Build - name: Build
run: hugo --minify run: hugo --minify