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-11-05 10:12:38 +0300
committerGitHub <noreply@github.com>2022-11-05 10:12:38 +0300
commitf095e87b5777c2cd4c4a413bbb20676f57a3dd67 (patch)
treef5bd10ba9c5eefe35e5a454de50fe06962c6b755
parent346ad6c91dd849cd78aa13680b0ad76938a96f11 (diff)
chore: bump hugo to v0.105.0 (#532)
-rw-r--r--.drone.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index cf65c12..70036d5 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -26,7 +26,7 @@ steps:
NPM_CONFIG_LOGLEVEL: error
- name: testbuild
- image: thegeeklab/hugo:0.104.3
+ image: thegeeklab/hugo:0.105.0
commands:
- mkdir -p exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/hugo-geekdoc
- hugo --panicOnWarning -s exampleSite/ -b http://localhost:8000/
@@ -207,7 +207,7 @@ steps:
- refs/pull/**
- name: build
- image: thegeeklab/hugo:0.104.3
+ image: thegeeklab/hugo:0.105.0
commands:
- hugo --panicOnWarning -s exampleSite/
@@ -287,6 +287,6 @@ depends_on:
---
kind: signature
-hmac: 87d359c4cd5112149e7455a8e23070741f1d3332e3dbe0636aeb74209364b65c
+hmac: 72849e6617dee34fd72b4ae27d7af75b3a3890983b927596c8af85d26f4dda89
...