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

github.com/thegeeklab/hugo-geekdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kaussow <mail@thegeeklab.de>2022-10-14 13:21:12 +0300
committerGitHub <noreply@github.com>2022-10-14 13:21:12 +0300
commitc1d8443eedcd810678f4240266a3a35c87f3554d (patch)
tree80fcc25ab9516eee99a1d587706168d0ae2acaed /.drone.yml
parent3a651840a90e1dcfc4d48ebe5f2faa9ee4d2331c (diff)
chore: bump hugo in ci to 0.104.3 (#518)
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index 0ee51ee..2778d08 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -26,7 +26,7 @@ steps:
NPM_CONFIG_LOGLEVEL: error
- name: testbuild
- image: thegeeklab/hugo:0.97.3
+ image: thegeeklab/hugo:0.104.3
commands:
- mkdir -p exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/hugo-geekdoc
- hugo --panicOnWarning -s exampleSite/ -b http://localhost:8000/
@@ -206,7 +206,7 @@ steps:
- refs/pull/**
- name: build
- image: thegeeklab/hugo:0.97.3
+ image: thegeeklab/hugo:0.104.3
commands:
- hugo --panicOnWarning -s exampleSite/
@@ -286,6 +286,6 @@ depends_on:
---
kind: signature
-hmac: e0710630d0e540bb93561e760d0c4cfa4a67d2ee715993e7bb29e03d79f83d53
+hmac: 8a857bba8126ebb40acc7dfb24a86f1539d447df4ca3e4b3bdc8f78d21e2b51b
...