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

This commit is contained in:
Solomon Laing 2026-01-03 11:32:09 +10:30
parent 9420ee5932
commit 51935c3d8f

View File

@ -29,6 +29,7 @@ steps:
- tar -xvf hugo_extended_$${HUGO_VERSION}_Linux-64bit.tar.gz -C hugo_extended; - tar -xvf hugo_extended_$${HUGO_VERSION}_Linux-64bit.tar.gz -C hugo_extended;
- mv hugo_extended/hugo $BIN_DIR - mv hugo_extended/hugo $BIN_DIR
- rm -rf hugo_extended*; - rm -rf hugo_extended*;
- file /usr/local/bin/hugo
- hugo version - hugo version
- echo "Building configuration" - echo "Building configuration"
- hugo - hugo