mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-27 21:24:15 -04:00
Update minimum required Hugo version to 0.125.7
This commit is contained in:
parent
f163fb1dc0
commit
8a17bf8931
5 changed files with 8 additions and 8 deletions
4
.github/ISSUE_TEMPLATE/bug.yaml
vendored
4
.github/ISSUE_TEMPLATE/bug.yaml
vendored
|
@ -39,8 +39,8 @@ body:
|
|||
label: Hugo Version
|
||||
description: What version of Hugo are you running?
|
||||
options:
|
||||
- Hugo >= 0.112.4 (Recommended - Minimum version required for PaperMod)
|
||||
- Hugo < 0.112.4 (Incompatible - Not recommended to build PaperMod on lower verions)
|
||||
- Hugo >= 0.125.7 (Recommended - Minimum version required for PaperMod)
|
||||
- Hugo < 0.125.7 (Incompatible - Not recommended to build PaperMod on lower verions)
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
|
|
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…
Add table
Add a link
Reference in a new issue