Fixing hugo version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-04-01 01:12:46 -04:00
parent 70cfe05d70
commit 9768ef19ed

View File

@@ -71,7 +71,7 @@ volumes:
#!/usr/bin/env sh
# Setting up Hugo
curl -O https://github.com/gohugoio/hugo/releases/download/v0.145.0/hugo_0.145.0_linux-arm64.tar.gz &&
tar -xzf hugo_0.111.3_Linux-64bit.tar.gz &&
tar -xzf hugo_0.145.0_linux-arm64.tar.gz &&
chmod +x hugo &&
mv hugo /usr/local/bin && cd / &&