diff --git a/.drone.jsonnet b/.drone.jsonnet index 48642c7..9031703 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -304,7 +304,7 @@ local PipelineDocs = { }, { name: 'testbuild', - image: 'klakegg/hugo:0.72.0-ext-alpine', + image: 'klakegg/hugo:0.74.3-ext-alpine', commands: [ 'hugo-official -s docs/ -b http://localhost/', ], @@ -321,7 +321,7 @@ local PipelineDocs = { }, { name: 'build', - image: 'klakegg/hugo:0.72.0-ext-alpine', + image: 'klakegg/hugo:0.74.3-ext-alpine', commands: [ 'hugo-official -s docs/', ], diff --git a/.drone.yml b/.drone.yml index 21081d7..1f6e20e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -430,7 +430,7 @@ steps: NPM_CONFIG_LOGLEVEL: error - name: testbuild - image: klakegg/hugo:0.72.0-ext-alpine + image: klakegg/hugo:0.74.3-ext-alpine commands: - hugo-official -s docs/ -b http://localhost/ @@ -442,7 +442,7 @@ steps: LINK_VALIDATOR_BASE_DIR: docs/public - name: build - image: klakegg/hugo:0.72.0-ext-alpine + image: klakegg/hugo:0.74.3-ext-alpine commands: - hugo-official -s docs/ @@ -543,6 +543,6 @@ depends_on: --- kind: signature -hmac: 3a5eed826fd837d9c63d46c8f9a14263ddd0d791f110b32a8dec464a83062e20 +hmac: d01e452cbf36353f65131c9ccc10112e4d22bc798f06d44f89acdd203de0bb17 ... diff --git a/CHANGELOG.md b/CHANGELOG.md index 5643b19..473c47f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,2 @@ -* ENHANCEMENT - * update dependencies -* INTERNAL - * add markdown linting to CI (markdownlint-cli) - * add spellchecking to CI (spellcheck-cli) - * add broken link check to CI (broken-link-checker) +- INTERNAL + - upgrade CI pipeline to use Hugo v0.74.3