diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-15 13:59:32 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-15 13:59:32 +0200 |
| commit | b62e7ccc1f021339863bb14521e99ea57127dc38 (patch) | |
| tree | 6e85fc90d6f2234ff7f1e52d9a67637dddef86e0 /.github | |
| parent | 3eca067b1e9761f3180068206998b35c0b193556 (diff) | |
| download | gohugo-theme-ed-b62e7ccc1f021339863bb14521e99ea57127dc38.tar.gz | |
Specify Hugo min version
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cd.yml | 2 |
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: |
