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-11-05 10:12:35 +0300
committerGitHub <noreply@github.com>2022-11-05 10:12:35 +0300
commit4ffb5ec55bb3fa3dfbe09c7bb5be864028795ae1 (patch)
tree085829c10f368575765d9a08f8b8120b7d8b1024
parent644789aee7f5ced1d33a8300cfc551171d51d8d2 (diff)
chore: bump hugo to v0.105.0 (#329)
-rw-r--r--.drone.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index 81edb7f..44b5650 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-geekblog
- hugo --panicOnWarning -s exampleSite/ -b http://localhost:8000/ -e ci
@@ -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/
@@ -288,6 +288,6 @@ depends_on:
---
kind: signature
-hmac: 4a3c2b1947017acd483a1b729df66f23610cc2dd1ffe65c9ab6d2e64768b5a62
+hmac: f0a0bea3037c169485589ea7a1d75353cd8193b25fbd6ed06cefb4176b68ab3b
...