summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-05-15 13:59:32 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-05-15 13:59:32 +0200
commitb62e7ccc1f021339863bb14521e99ea57127dc38 (patch)
tree6e85fc90d6f2234ff7f1e52d9a67637dddef86e0 /.github
parent3eca067b1e9761f3180068206998b35c0b193556 (diff)
downloadgohugo-theme-ed-b62e7ccc1f021339863bb14521e99ea57127dc38.tar.gz
Specify Hugo min version
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cd.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index 2441965..1e6a4a2 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -13,7 +13,7 @@ on:
hugoVersion:
description: "Hugo Version"
required: false
- default: "0.84.0"
+ default: "0.95.0"
jobs:
deploy: