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

This commit is contained in:
Solomon Laing 2026-01-03 11:33:06 +10:30
parent 51935c3d8f
commit 25a1ef07ff

View File

@ -22,7 +22,7 @@ steps:
- echo "Ititialising" - echo "Ititialising"
- mkdir -p $BIN_DIR - mkdir -p $BIN_DIR
- echo "Dependencies" - echo "Dependencies"
- apk add --no-cache curl tar - apk add --no-cache curl tar file
- echo "Installing hugo" - echo "Installing hugo"
- curl -LJO https://github.com/gohugoio/hugo/releases/download/v$${HUGO_VERSION}/hugo_extended_$${HUGO_VERSION}_Linux-64bit.tar.gz; - curl -LJO https://github.com/gohugoio/hugo/releases/download/v$${HUGO_VERSION}/hugo_extended_$${HUGO_VERSION}_Linux-64bit.tar.gz;
- mkdir -p hugo_extended - mkdir -p hugo_extended