Update dependency thegeeklab/hugo-geekblog to v0.7.0 - autoclosed #3

Closed
renovator wants to merge 265 commits from renovate/thegeeklab-hugo-geekblog-0.x into master
Showing only changes of commit c01c02d152 - Show all commits

View File

@ -39,9 +39,9 @@ steps:
NPM_CONFIG_LOGLEVEL: error
- name: testbuild
image: thegeeklab/hugo:0.91.0
image: thegeeklab/hugo:0.93.2
commands:
- hugo -b http://localhost/
- hugo --panicOnWarning -b http://localhost/
- name: link-validation
image: thegeeklab/link-validator
@ -51,9 +51,9 @@ steps:
LINK_VALIDATOR_BASE_DIR: public/
- name: build
image: thegeeklab/hugo:0.91.0
image: thegeeklab/hugo:0.93.2
commands:
- hugo
- hugo --panicOnWarning
- name: beautify
image: node:lts-alpine
@ -127,6 +127,6 @@ depends_on:
---
kind: signature
hmac: 305e8e4eb11134ee58a5fb77a6ae25686daa5fc0007ebba33923f41f338999a4
hmac: 1c32b1665bc82ba2e1f954d477245f96f36daf2970cd76ffd993b82be0d9062a
...