diff --git a/.drone.jsonnet b/.drone.jsonnet index ebd9c71..b3a1fbb 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -217,7 +217,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/', ], @@ -234,7 +234,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 15377c1..03b2c94 100644 --- a/.drone.yml +++ b/.drone.yml @@ -234,7 +234,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/ @@ -246,7 +246,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/ @@ -321,6 +321,6 @@ depends_on: --- kind: signature -hmac: 457331c0185352fd5ff3f72b2ca3d85af12623a5011fe1d9686b27f9a5d8b4c9 +hmac: 00ee28708597fb83f16ba95ef8701c54655c4ddd90fc13061bc88a3ed41dc24f ... diff --git a/CHANGELOG.md b/CHANGELOG.md index 62ff5f5..382c485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -* INTERNAL - * add markdown linting to CI (markdownlint-cli) - * add spellchecking to CI (spellcheck-cli) - * add broken link check to CI (broken-link-checker) +- INTERNAL + - add markdown linting to CI (markdownlint-cli) + - add spellchecking to CI (spellcheck-cli) + - add broken link check to CI (broken-link-checker) + - upgrade CI pipeline to use Hugo v0.74.3