ci: update hugo to v0.93.2

This commit is contained in:
Robert Kaussow 2022-03-05 17:13:42 +01:00
parent 6d74fdd61d
commit 8cc539af60
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 5 additions and 5 deletions

View File

@ -26,10 +26,10 @@ steps:
NPM_CONFIG_LOGLEVEL: error NPM_CONFIG_LOGLEVEL: error
- name: testbuild - name: testbuild
image: thegeeklab/hugo:0.91.0 image: thegeeklab/hugo:0.93.2
commands: commands:
- mkdir -p exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/hugo-geekblog - mkdir -p exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/hugo-geekblog
- hugo -s exampleSite/ -b http://localhost/ - hugo --panicOnWarning -s exampleSite/ -b http://localhost/
- name: html-validation - name: html-validation
image: thegeeklab/vnu image: thegeeklab/vnu
@ -203,9 +203,9 @@ steps:
- refs/pull/** - refs/pull/**
- name: build - name: build
image: thegeeklab/hugo:0.91.0 image: thegeeklab/hugo:0.93.2
commands: commands:
- hugo -s exampleSite/ - hugo --panicOnWarning -s exampleSite/
- name: beautify - name: beautify
image: node:lts-alpine image: node:lts-alpine
@ -285,6 +285,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 281ff2f1156c56a0aaecc0e0bc11a85b84ed73cad76520c1494f25194b1c293d hmac: 81346082b0ec800862167cfbe219ed2369e774b0fa15371febc103b0d30f9f09
... ...