From 5d02e3968bc78f2f303105fd8f2f4d32835de75d Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 6 May 2021 21:52:42 +0200 Subject: [PATCH] docs: use Hugo 0.83.1 to build docs --- .drone.jsonnet | 4 ++-- .drone.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 1fa7f5b..f844b9b 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -332,7 +332,7 @@ local PipelineDocs = { }, { name: 'testbuild', - image: 'klakegg/hugo:0.80.0-ext-alpine-ci', + image: 'klakegg/hugo:0.83.1-ext-alpine-ci', commands: [ 'hugo-official -s docs/ -b http://localhost/', ], @@ -349,7 +349,7 @@ local PipelineDocs = { }, { name: 'build', - image: 'klakegg/hugo:0.80.0-ext-alpine-ci', + image: 'klakegg/hugo:0.83.1-ext-alpine-ci', commands: [ 'hugo-official -s docs/', ], diff --git a/.drone.yml b/.drone.yml index 2e1f825..257766d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -492,7 +492,7 @@ steps: NPM_CONFIG_LOGLEVEL: error - name: testbuild - image: klakegg/hugo:0.80.0-ext-alpine-ci + image: klakegg/hugo:0.83.1-ext-alpine-ci commands: - hugo-official -s docs/ -b http://localhost/ @@ -504,7 +504,7 @@ steps: LINK_VALIDATOR_BASE_DIR: docs/public - name: build - image: klakegg/hugo:0.80.0-ext-alpine-ci + image: klakegg/hugo:0.83.1-ext-alpine-ci commands: - hugo-official -s docs/ @@ -642,6 +642,6 @@ depends_on: --- kind: signature -hmac: c4f9763ea636fbabd54c15e260559f1e1948fda7841ef5c2d3d62d860bd863f9 +hmac: 92598b15ed0ee779365aefa7c9c90fcb6715beca480d091e3135a37f02f55000 ...