Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thegeeklab/hugo-geekblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kaussow <mail@thegeeklab.de>2022-03-05 19:13:42 +0300
committerRobert Kaussow <mail@thegeeklab.de>2022-03-05 19:13:42 +0300
commit8cc539af6022c06472f5b386b05e042945a78d9d (patch)
tree615417000fe66de0393510bbac1feb268d048a2b /.drone.yml
parent6d74fdd61ded5fb0f650025638ab2785f22cad53 (diff)
ci: update hugo to v0.93.2
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.drone.yml b/.drone.yml
index 33a4790..b7acbbc 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -26,10 +26,10 @@ steps:
NPM_CONFIG_LOGLEVEL: error
- name: testbuild
- image: thegeeklab/hugo:0.91.0
+ image: thegeeklab/hugo:0.93.2
commands:
- 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
image: thegeeklab/vnu
@@ -203,9 +203,9 @@ steps:
- refs/pull/**
- name: build
- image: thegeeklab/hugo:0.91.0
+ image: thegeeklab/hugo:0.93.2
commands:
- - hugo -s exampleSite/
+ - hugo --panicOnWarning -s exampleSite/
- name: beautify
image: node:lts-alpine
@@ -285,6 +285,6 @@ depends_on:
---
kind: signature
-hmac: 281ff2f1156c56a0aaecc0e0bc11a85b84ed73cad76520c1494f25194b1c293d
+hmac: 81346082b0ec800862167cfbe219ed2369e774b0fa15371febc103b0d30f9f09
...