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

This commit is contained in:
Solomon Laing 2026-01-03 11:26:50 +10:30
parent cf05a3439c
commit e8926568ef

View File

@ -26,6 +26,7 @@ steps:
- 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;
- tar -xvf hugo_extended_$${HUGO_VERSION}_Linux-64bit.tar.gz; - tar -xvf hugo_extended_$${HUGO_VERSION}_Linux-64bit.tar.gz;
- ls
- ./hugo version - ./hugo version
- echo "Building configuration" - echo "Building configuration"
- ./hugo - ./hugo