Linting fixes
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-03-23 13:38:13 -04:00
parent eec9ab2bdb
commit a67584dc01
2 changed files with 4 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ buildScript: |
# pre -reqs
apt-get update && apt-get install -y wget
# Setting up Hugo
# yamllint disable-line rule:line-length
wget https://github.com/gohugoio/hugo/releases/download/v0.145.0/hugo_0.145.0_linux-arm64.tar.gz &&
tar -xzf hugo_0.145.0_linux-arm64.tar.gz &&
chmod +x hugo