ci: use Hugo 0.83.1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2021-05-06 22:50:17 +02:00
parent 1dcadd5c7d
commit 457b587b5f
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

@ -35,9 +35,9 @@ steps:
NPM_CONFIG_LOGLEVEL: error NPM_CONFIG_LOGLEVEL: error
- name: testbuild - name: testbuild
image: klakegg/hugo:0.74.3-ext-alpine image: thegeeklab/hugo:0.83.1
commands: commands:
- hugo-official -b http://localhost/ - hugo -b http://localhost/
- name: link-validation - name: link-validation
image: thegeeklab/link-validator image: thegeeklab/link-validator
@ -47,9 +47,9 @@ steps:
LINK_VALIDATOR_BASE_DIR: public LINK_VALIDATOR_BASE_DIR: public
- name: build - name: build
image: klakegg/hugo:0.74.3-ext-alpine image: thegeeklab/hugo:0.83.1
commands: commands:
- hugo-official - hugo
- name: beautify - name: beautify
image: node:lts-alpine image: node:lts-alpine
@ -82,6 +82,6 @@ trigger:
--- ---
kind: signature kind: signature
hmac: b378c1b81ad1a49b89dd49020b1092071852b2609501675d9098d88e449baa49 hmac: d4dc1bff9acfc6117a3ef3069a8454fc351498fb1f6f0ad277994e33314cf596
... ...