add hugo extended
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is failing Details

pull/2/head
Adam Veldhousen 3 years ago
parent c310dad336
commit fade1aab2f
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B

@ -15,6 +15,7 @@ steps:
commands:
- apk add make git go curl tar
- curl https://github.com/gohugoio/hugo/releases/download/v$${HUGO_VERSION}/hugo_extended_$${HUGO_VERSION}_Linux-64bit.tar.gz -L | tar -xvz
- chmod +x ./hugo
- mkdir -p /go/src
- make build publish
when:
@ -30,6 +31,7 @@ steps:
commands:
- apk add make git go curl tar
- curl https://github.com/gohugoio/hugo/releases/download/v$${HUGO_VERSION}/hugo_extended_$${HUGO_VERSION}_Linux-64bit.tar.gz -L | tar -xvz
- chmod +x ./hugo
- mkdir -p /go/src
- make build
when:

Loading…
Cancel
Save