Skip to content

Commit

Permalink
Bump minimum Hugo version to 0.112.4
Browse files Browse the repository at this point in the history
* language.LanguageCode is required for Fix/hugo depr 0.120.x #1328
  • Loading branch information
adityatelange committed Dec 16, 2023
1 parent fc092b5 commit f343aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
hugoVersion:
description: "Hugo Version"
required: false
default: "0.97.1"
default: "0.112.4"

# Allow one concurrent deployment
concurrency:
Expand All @@ -38,7 +38,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: "0.97.1"
HUGO_VERSION: "0.112.4"
steps:
- name: Check version
if: ${{ github.event.inputs.hugoVersion }}
Expand Down

0 comments on commit f343aa1

Please sign in to comment.