mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-03-03 11:20:06 -05:00
Update minimum required Hugo version to 0.125.7
This commit is contained in:
parent
72fbafe9c1
commit
ac7479c14f
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
@ -15,7 +15,7 @@ on:
|
||||
hugoVersion:
|
||||
description: "Hugo Version"
|
||||
required: false
|
||||
default: "0.112.4"
|
||||
default: "0.125.7"
|
||||
|
||||
# Allow one concurrent deployment
|
||||
concurrency:
|
||||
@ -38,7 +38,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
HUGO_VERSION: ${{ github.event.inputs.hugoVersion || '0.112.4' }}
|
||||
HUGO_VERSION: ${{ github.event.inputs.hugoVersion || '0.125.7' }}
|
||||
steps:
|
||||
- name: Install Hugo CLI
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user