Remove external dependency
Some checks failed
Build and Deploy Hugo / deploy (push) Failing after -16m50s

This commit is contained in:
Alex Selimov 2025-07-12 00:24:10 -04:00
parent 97e9313436
commit 24a03827c8
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31

View file

@ -15,11 +15,8 @@ jobs:
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
uses: peaceiris/actions-hugo@v3 run: apt-get install hugo -y
with:
hugo-version: "0.119.0"
# extended: true
- name: Build - name: Build
run: hugo --minify run: hugo --minify