Skip to content

Commit ac7479c

Browse files
committed
Update minimum required Hugo version to 0.125.7
1 parent 72fbafe commit ac7479c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
hugoVersion:
1616
description: "Hugo Version"
1717
required: false
18-
default: "0.112.4"
18+
default: "0.125.7"
1919

2020
# Allow one concurrent deployment
2121
concurrency:
@@ -38,7 +38,7 @@ jobs:
3838
build:
3939
runs-on: ubuntu-latest
4040
env:
41-
HUGO_VERSION: ${{ github.event.inputs.hugoVersion || '0.112.4' }}
41+
HUGO_VERSION: ${{ github.event.inputs.hugoVersion || '0.125.7' }}
4242
steps:
4343
- name: Install Hugo CLI
4444
run: |

0 commit comments

Comments
 (0)